Uses of Class
com.saperion.ngc.configuration.Parameter
- 
Packages that use Parameter Package Description com.saperion.ngc.configuration Package for the configuration-related classes of the Web Client.
- 
- 
Uses of Parameter in com.saperion.ngc.configurationMethods in com.saperion.ngc.configuration that return Parameter Modifier and Type Method Description static ParameterWebClientConfiguration. getContextParameter(java.lang.String name)Loads a parameter from the servlet context (web.xml and includes).static ParameterWebClientConfiguration. getContextParameter(java.lang.String name, javax.servlet.http.HttpSession session)Loads a parameter from the servlet context (web.xml and includes).static ParameterWebClientConfiguration. getContextParameter(java.lang.String name, javax.servlet.ServletContext context)Loads a parameter from the servlet context (web.xml and includes).static ParameterWebClientConfiguration. getParameter(ConfigurationSource source, java.lang.String name)Loads a parameter with the specified name from the specified source.static ParameterWebClientConfiguration. getParameter(java.lang.String filename, java.lang.String name)Loads a parameter from the specified file.
 
-