Package | Description |
---|---|
com.saperion.ngc.configuration |
Package for the configuration-related classes of the Web Client.
|
Modifier and Type | Method and Description |
---|---|
static Parameter |
WebClientConfiguration.getContextParameter(String name)
Loads a parameter from the servlet context (web.xml and includes).
|
static Parameter |
WebClientConfiguration.getContextParameter(String name,
javax.servlet.http.HttpSession session)
Loads a parameter from the servlet context (web.xml and includes).
|
static Parameter |
WebClientConfiguration.getContextParameter(String name,
javax.servlet.ServletContext context)
Loads a parameter from the servlet context (web.xml and includes).
|
static Parameter |
WebClientConfiguration.getParameter(ConfigurationSource source,
String name)
Loads a parameter with the specified name from the specified source.
|
static Parameter |
WebClientConfiguration.getParameter(String filename,
String name)
Loads a parameter from the specified file.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.