Class WebContext

java.lang.Object
org.serviceconnector.web.ctx.WebContext

public final class WebContext extends Object
The Class WebContext.
  • Method Details

    • getWebConfiguration

      public static WebConfiguration getWebConfiguration()
      Gets the web configuration.
      Returns:
      the web configuration
    • getWebSessionRegistry

      public static WebSessionRegistry getWebSessionRegistry()
    • getWebCommand

      public static WebCommand getWebCommand()
      Gets the web command.
      Returns:
      the web command
    • getXMLLoader

      public static IXMLLoader getXMLLoader(String url)
      Gets the XML loader.
      Parameters:
      url - the url
      Returns:
      the xML loader
    • getWebSCContextCredentials

      public static WebCredentials getWebSCContextCredentials()
      Gets the web context credentials.
      Returns:
      the web context credentials
    • setSCWebCredentials

      public static void setSCWebCredentials(WebCredentials webCredentials)
      Sets the SC web credentials.
      Parameters:
      webCredentials - the new SC web credentials