All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gxp.compiler.java.getArgList.format Maven / Gradle / Ivy

Go to download

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy