Uses of Class
com.saperion.ngc.configuration.Parameter
Packages that use Parameter
Package
Description
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 ParameterModifier and TypeMethodDescriptionstatic ParameterWebClientConfiguration.getContextParameter(String name) Loads a parameter from the servlet context (web.xml and includes).static ParameterWebClientConfiguration.getContextParameter(String name, jakarta.servlet.http.HttpSession session) Loads a parameter from the servlet context (web.xml and includes).static ParameterWebClientConfiguration.getContextParameter(String name, jakarta.servlet.ServletContext context) Loads a parameter from the servlet context (web.xml and includes).static ParameterWebClientConfiguration.getParameter(ConfigurationSource source, String name) Loads a parameter with the specified name from the specified source.static ParameterWebClientConfiguration.getParameter(String filename, String name) Loads a parameter from the specified file.