Uses of Class
winstone.WebAppConfiguration

Packages that use WebAppConfiguration
winstone   
winstone.accesslog   
winstone.cluster   
 

Uses of WebAppConfiguration in winstone
 

Fields in winstone declared as WebAppConfiguration
protected  WebAppConfiguration WinstoneRequest.webappConfig
           
 

Methods in winstone that return WebAppConfiguration
 WebAppConfiguration HostConfiguration.getWebAppBySessionKey(java.lang.String sessionKey)
           
 WebAppConfiguration HostConfiguration.getWebAppByURI(java.lang.String uri)
           
 WebAppConfiguration WinstoneRequest.getWebAppConfig()
           
protected  WebAppConfiguration HostConfiguration.initWebApp(java.lang.String prefix, java.io.File webRoot, java.lang.String contextName)
           
 

Methods in winstone with parameters of type WebAppConfiguration
 void WinstoneSession.activate(WebAppConfiguration webAppConfig)
          Called after the session has been deserialized from another server.
 WinstoneSession Cluster.askClusterForSession(java.lang.String sessionId, WebAppConfiguration webAppConfig)
          Check if the other nodes in this cluster have a session for this sessionId.
static java.io.File WinstoneSession.getSessionTempDir(WebAppConfiguration webAppConfig)
           
static void WinstoneSession.loadSessions(WebAppConfiguration webAppConfig)
           
 void WinstoneResponse.setWebAppConfig(WebAppConfiguration webAppConfig)
           
 void WinstoneRequest.setWebAppConfig(WebAppConfiguration webappConfig)
           
 void WinstoneSession.setWebAppConfiguration(WebAppConfiguration webAppConfig)
           
protected  void RequestHandlerThread.writeToAccessLog(java.lang.String originalURL, WinstoneRequest request, WinstoneResponse response, WebAppConfiguration webAppConfig)
           
 

Constructors in winstone with parameters of type WebAppConfiguration
RequestDispatcher(WebAppConfiguration webAppConfig, ServletConfiguration servletConfig)
          Constructor.
ServletConfiguration(WebAppConfiguration webAppConfig)
           
ServletConfiguration(WebAppConfiguration webAppConfig, org.w3c.dom.Node elm)
           
ServletConfiguration(WebAppConfiguration webAppConfig, java.lang.String servletName, java.lang.String className, java.util.Map initParams, int loadOnStartup)
           
 

Uses of WebAppConfiguration in winstone.accesslog
 

Constructors in winstone.accesslog with parameters of type WebAppConfiguration
SimpleAccessLogger(WebAppConfiguration webAppConfig, java.util.Map startupArgs)
           
 

Uses of WebAppConfiguration in winstone.cluster
 

Methods in winstone.cluster with parameters of type WebAppConfiguration
 WinstoneSession SimpleCluster.askClusterForSession(java.lang.String sessionId, WebAppConfiguration webAppConfig)
          Check if the other nodes in this cluster have a session for this sessionId.
 



Copyright © 2013. All Rights Reserved.