Uses of Class
com.caucho.server.webapp.WebApp

Packages that use WebApp
com.caucho.jsp   
com.caucho.jsp.cfg   
com.caucho.jsp.el   
com.caucho.quercus   
com.caucho.resin   
com.caucho.resin.deploy   
com.caucho.server.cache   
com.caucho.server.cluster   
com.caucho.server.connection   
com.caucho.server.dispatch   
com.caucho.server.host   
com.caucho.server.rewrite   
com.caucho.server.session   
com.caucho.server.webapp   
 

Uses of WebApp in com.caucho.jsp
 

Fields in com.caucho.jsp declared as WebApp
protected  WebApp PageManager._webApp
           
protected  WebApp QServlet._webApp
           
 

Methods in com.caucho.jsp that return WebApp
 WebApp Page._caucho_getApplication()
          Returns the Resin webApp.
 WebApp CauchoPage._caucho_getApplication()
           
 WebApp JspCompiler.createWebApp(Path rootDirectory)
          Initialize values based on the ServletContext.
 WebApp PageContextWrapper.getApplication()
          Returns the page's application.
 WebApp PageContextImpl.getApplication()
          Returns the page's webApp.
 WebApp JspCompiler.getWebApp()
          Returns the app.
 

Methods in com.caucho.jsp with parameters of type WebApp
static PageContextImpl QJspFactory.allocatePageContext(Servlet servlet, WebApp app, ServletRequest request, ServletResponse response, java.lang.String errorPageURL, HttpSession session, int buffer, boolean autoFlush, boolean isPrintNullAsBlank)
          The jsp page context initialization.
 void PageContextImpl.initialize(Servlet servlet, WebApp app, ServletRequest request, ServletResponse response, java.lang.String errorPage, HttpSession session, int bufferSize, boolean autoFlush, boolean isPrintNullAsBlank)
           
 void JspCompiler.setWebApp(WebApp app)
          Initialize values based on the ServletContext.
 void JspPrecompileResource.setWebApp(WebApp app)
          Sets the webApp.
 

Constructors in com.caucho.jsp with parameters of type WebApp
AppResourceManager(WebApp app)
           
PageContextImpl(WebApp webApp, java.util.HashMap<java.lang.String,java.lang.reflect.Method> functionMap)
           
PageContextImpl(WebApp webApp, Servlet servlet)
           
TaglibManager(JspResourceManager resourceManager, WebApp webApp, TagFileManager tagFileManager)
           
 

Uses of WebApp in com.caucho.jsp.cfg
 

Methods in com.caucho.jsp.cfg with parameters of type WebApp
 void TldPreload.initListeners(WebApp app)
          Applies the listeners.
 void TldListener.register(WebApp app)
          Registers with the web-app.
 

Constructors in com.caucho.jsp.cfg with parameters of type WebApp
JspConfig(WebApp webApp)
           
JspPropertyGroup(WebApp webApp)
           
 

Uses of WebApp in com.caucho.jsp.el
 

Constructors in com.caucho.jsp.el with parameters of type WebApp
JspApplicationContextImpl(WebApp webApp)
           
 

Uses of WebApp in com.caucho.quercus
 

Methods in com.caucho.quercus that return WebApp
 WebApp ResinQuercus.getWebApp()
           
 

Methods in com.caucho.quercus with parameters of type WebApp
 void ResinQuercus.setWebApp(WebApp webApp)
           
 

Uses of WebApp in com.caucho.resin
 

Methods in com.caucho.resin with parameters of type WebApp
protected  void WebAppEmbed.configure(WebApp webApp)
          Configures the web-app (for internal use)
 

Uses of WebApp in com.caucho.resin.deploy
 

Methods in com.caucho.resin.deploy that return WebApp
 WebApp LocalDeployServlet.getWebApp()
          Returns the owning webapp
 

Uses of WebApp in com.caucho.server.cache
 

Methods in com.caucho.server.cache that return WebApp
 WebApp CacheFilterChain.getWebApp()
           
 

Methods in com.caucho.server.cache with parameters of type WebApp
 FilterChain Cache.createFilterChain(FilterChain next, WebApp app)
          Creates the filter.
abstract  FilterChain AbstractCache.createFilterChain(FilterChain next, WebApp app)
          Creates the filter.
 

Constructors in com.caucho.server.cache with parameters of type WebApp
CacheFilterChain(Cache cache, FilterChain next, WebApp webApp)
          Create the filter chain servlet.
CacheFilterChain(FilterChain next, WebApp webApp)
          Create the filter chain servlet.
 

Uses of WebApp in com.caucho.server.cluster
 

Methods in com.caucho.server.cluster that return WebApp
 WebApp Server.getErrorWebApp()
          Returns the error webApp during startup.
 WebApp Server.getWebApp(java.lang.String hostName, int port, java.lang.String url)
          Returns the matching servlet pattern for a URL.
 

Uses of WebApp in com.caucho.server.connection
 

Methods in com.caucho.server.connection that return WebApp
 WebApp RequestAdapter.getWebApp()
           
 WebApp AbstractHttpRequest.getWebApp()
          Returns the invocation's webApp.
 WebApp CauchoRequest.getWebApp()
           
 

Methods in com.caucho.server.connection with parameters of type WebApp
static RequestAdapter RequestAdapter.create(HttpServletRequest request, WebApp app)
          Creates a new RequestAdapter.
 void RequestAdapter.init(HttpServletRequest request, HttpServletResponse response, WebApp app)
           
 void RequestAdapter.setWebApp(WebApp app)
           
 

Constructors in com.caucho.server.connection with parameters of type WebApp
RequestAdapter(HttpServletRequest request, WebApp app)
           
 

Uses of WebApp in com.caucho.server.dispatch
 

Methods in com.caucho.server.dispatch that return WebApp
 WebApp Invocation.getWebApp()
          Returns the mapped webApp.
 

Methods in com.caucho.server.dispatch with parameters of type WebApp
 void Invocation.setWebApp(WebApp app)
          Sets the mapped webApp.
 

Constructors in com.caucho.server.dispatch with parameters of type WebApp
VersionInvocation(Invocation invocation, WebApp webApp, Invocation oldInvocation, WebApp oldWebApp, long expireTime)
           
 

Uses of WebApp in com.caucho.server.host
 

Methods in com.caucho.server.host that return WebApp
 WebApp HostContainer.getErrorWebApp()
          Returns the error webApp during startup.
 

Uses of WebApp in com.caucho.server.rewrite
 

Methods in com.caucho.server.rewrite that return WebApp
 WebApp RewriteDispatch.getWebApp()
           
 

Constructors in com.caucho.server.rewrite with parameters of type WebApp
RewriteDispatch(WebApp webApp)
           
 

Uses of WebApp in com.caucho.server.session
 

Constructors in com.caucho.server.session with parameters of type WebApp
SessionManager(WebApp app)
          Creates and initializes a new session manager
 

Uses of WebApp in com.caucho.server.webapp
 

Subclasses of WebApp in com.caucho.server.webapp
 class Application
          Resin's application implementation.
 

Methods in com.caucho.server.webapp that return WebApp
 WebApp WebAppContainer.findSubWebAppByURI(java.lang.String uri)
          Creates the invocation.
 WebApp WebAppContainer.findWebAppByURI(java.lang.String uri)
          Creates the invocation.
 WebApp WebAppContainer.getErrorWebApp()
          Returns the error webApp during startup.
static WebApp WebApp.getLocal()
          Returns the local webApp.
 WebApp WebAppController.getWebApp()
          Returns the webApp object.
protected  WebApp WebAppAdmin.getWebApp()
          Returns the active webApp.
protected  WebApp WebAppController.instantiateDeployInstance()
          Instantiate the webApp.
 WebApp WebAppVersioningController.request()
          Returns the instance for a top-level request
protected  WebApp WebAppVersioningController.startImpl()
          Starts the entry.
 WebApp WebAppVersioningController.subrequest()
          Returns the instance for a subrequest.
 

Methods in com.caucho.server.webapp with parameters of type WebApp
protected  void WebAppController.configureInstanceVariables(WebApp app)
          Creates the webApp.
 void WebApp.setOldWebApp(WebApp oldWebApp, long expireTime)
          Sets the old version web-app.
 void ErrorPageManager.setWebApp(WebApp app)
          Sets the webApp.
 

Constructors in com.caucho.server.webapp with parameters of type WebApp
DispatchFilterChain(FilterChain next, WebApp app)
          Creates a new FilterChainFilter.
StatisticsFilterChain(FilterChain next, WebApp webApp)
           
WebAppFilterChain(FilterChain next, WebApp app)
          Creates a new FilterChainFilter.
WebAppFilterChain(FilterChain next, WebApp app, boolean isTop)
          Creates a new FilterChainFilter.