com.google.gxp.compiler.java.getArgList.format Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-gxp Show documentation
Show all versions of google-gxp Show documentation
Google XML Pages (GXP) is a templating system used to generate XML/SGML markup (most often HTML).
The newest version!
/**
* @return the names of the user defined arguments to this template.
* This is sort of like a mapping between the positional and named
* parameters. The first two parameters (common to all templates) are
* not included in this list. (BTW: No, Java reflection does not
* provide this information)
*/
public static java.util.List getArgList() {
return GXP$ARGLIST;
}