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.configuration
Methods in com.saperion.ngc.configuration that return Parameter Modifier and Type Method Description static Parameter
WebClientConfiguration. getContextParameter(java.lang.String name)
Loads a parameter from the servlet context (web.xml and includes).static Parameter
WebClientConfiguration. getContextParameter(java.lang.String name, javax.servlet.http.HttpSession session)
Loads a parameter from the servlet context (web.xml and includes).static Parameter
WebClientConfiguration. getContextParameter(java.lang.String name, javax.servlet.ServletContext context)
Loads a parameter from the servlet context (web.xml and includes).static Parameter
WebClientConfiguration. getParameter(ConfigurationSource source, java.lang.String name)
Loads a parameter with the specified name from the specified source.static Parameter
WebClientConfiguration. getParameter(java.lang.String filename, java.lang.String name)
Loads a parameter from the specified file.
-