Package org.serviceconnector.web.ctx
Class WebContext
java.lang.Object
org.serviceconnector.web.ctx.WebContext
The Class WebContext.
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebCommandGets the web command.static WebConfigurationGets the web configuration.static WebCredentialsGets the web context credentials.static WebSessionRegistrystatic IXMLLoadergetXMLLoader(String url) Gets the XML loader.static voidsetSCWebCredentials(WebCredentials webCredentials) Sets the SC web credentials.
-
Method Details
-
getWebConfiguration
Gets the web configuration.- Returns:
- the web configuration
-
getWebSessionRegistry
-
getWebCommand
Gets the web command.- Returns:
- the web command
-
getXMLLoader
Gets the XML loader.- Parameters:
url- the url- Returns:
- the xML loader
-
getWebSCContextCredentials
Gets the web context credentials.- Returns:
- the web context credentials
-
setSCWebCredentials
Sets the SC web credentials.- Parameters:
webCredentials- the new SC web credentials
-