|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WebApp in com.caucho.admin |
---|
Methods in com.caucho.admin that return WebApp | |
---|---|
WebApp |
RemoteAdminService.getWebApp()
|
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 |
CauchoPage._caucho_getApplication()
|
WebApp |
Page._caucho_getApplication()
Returns the Resin webApp. |
WebApp |
JspCompiler.createWebApp(Path rootDirectory)
Initialize values based on the ServletContext. |
WebApp |
PageContextImpl.getApplication()
Returns the page's webApp. |
WebApp |
PageContextWrapper.getApplication()
Returns the page's application. |
WebApp |
JspCompiler.getWebApp()
Returns the app. |
Methods in com.caucho.jsp with parameters of type WebApp | |
---|---|
PageContextImpl |
PageManager.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)
|
|
InitPageContextImpl(WebApp webApp,
java.util.HashMap<java.lang.String,java.lang.reflect.Method> functionMap)
|
|
InitPageContextImpl(WebApp webApp,
Servlet servlet)
|
|
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 webApp)
Applies the listeners. |
void |
TldTaglib.initListeners(WebApp app)
Applies the listeners. |
void |
TldListener.register(WebApp webApp)
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 that return WebApp | |
---|---|
WebApp |
WebAppEmbed.getWebApp()
|
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.server.cluster |
---|
Methods in com.caucho.server.cluster that return WebApp | |
---|---|
WebApp |
ServletService.getDefaultWebApp()
Returns the default web-app or error web-app for top-level errors |
WebApp |
ServletService.getErrorWebApp()
Returns the error webApp during startup. |
WebApp |
ServletService.getWebApp(java.lang.String hostName,
int port,
java.lang.String url)
Returns the matching web-app for a URL. |
Uses of WebApp in com.caucho.server.dispatch |
---|
Methods in com.caucho.server.dispatch that return WebApp | |
---|---|
WebApp |
Invocation.getWebApp()
Returns the mapped webApp. |
WebApp |
ServletMapper.getWebApp()
Gets the servlet context. |
Methods in com.caucho.server.dispatch with parameters of type WebApp | |
---|---|
java.lang.String |
ServletRegexp.initRegexp(WebApp webApp,
ServletMapper mapper,
java.util.ArrayList<java.lang.String> vars)
Initialize for a regexp. |
void |
FilterConfigImpl.setWebApp(WebApp webApp)
|
void |
Invocation.setWebApp(WebApp app)
Sets the mapped webApp. |
void |
ServletConfigImpl.setWebApp(WebApp webApp)
|
Constructors in com.caucho.server.dispatch with parameters of type WebApp | |
---|---|
ForwardAbsoluteFilterChain(java.lang.String url,
WebApp webApp)
Create the forward filter chain servlet. |
|
ServletMapper(WebApp 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.http |
---|
Methods in com.caucho.server.http that return WebApp | |
---|---|
protected WebApp |
AbstractHttpRequest.getWebApp()
|
WebApp |
AsyncRequest.getWebApp()
|
WebApp |
CauchoDispatchRequest.getWebApp()
|
WebApp |
CauchoRequest.getWebApp()
|
WebApp |
CauchoRequestWrapper.getWebApp()
|
WebApp |
HttpServletRequestImpl.getWebApp()
Returns the invocation's webApp. |
WebApp |
RequestAdapter.getWebApp()
|
WebApp |
StubServletRequest.getWebApp()
|
Methods in com.caucho.server.http with parameters of type WebApp | |
---|---|
protected void |
HttpServletResponseImpl.addServletCookie(WebApp webApp)
|
static RequestAdapter |
RequestAdapter.create(HttpServletRequest request,
WebApp app)
Creates a new RequestAdapter. |
protected Cookie |
HttpServletResponseImpl.createServletCookie(WebApp webApp)
|
void |
RequestAdapter.init(HttpServletRequest request,
HttpServletResponse response,
WebApp app)
|
void |
RequestAdapter.setWebApp(WebApp app)
|
Constructors in com.caucho.server.http with parameters of type WebApp | |
---|---|
RequestAdapter(HttpServletRequest request,
WebApp app)
|
|
StubSessionContextRequest(WebApp webApp,
java.lang.String sessionId)
|
Uses of WebApp in com.caucho.server.httpcache |
---|
Methods in com.caucho.server.httpcache with parameters of type WebApp | |
---|---|
FilterChain |
AbstractProxyCache.createFilterChain(FilterChain next,
WebApp app)
Creates the filter. |
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 webApp)
Creates and initializes a new session manager |
Uses of WebApp in com.caucho.server.webapp |
---|
Subclasses of WebApp in com.caucho.server.webapp | |
---|---|
class |
UnknownWebApp
Resin's webApp 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. |
static WebApp |
WebApp.getCurrent()
Returns the local webApp. |
WebApp |
WebAppVersioningController.getDeployInstance()
|
WebApp |
WebAppContainer.getErrorWebApp()
Returns the error webApp during startup. |
static WebApp |
WebApp.getLocal()
Returns the local webApp. |
WebApp |
AsyncRequest.getWebApp()
|
WebApp |
ForwardRequest.getWebApp()
|
WebApp |
IncludeRequest.getWebApp()
|
protected WebApp |
WebAppAdmin.getWebApp()
Returns the active webApp. |
WebApp |
WebAppController.getWebApp()
Returns the webApp object. |
protected WebApp |
UnknownWebAppController.instantiateDeployInstance()
Instantiate the webApp. |
protected WebApp |
WebAppController.instantiateDeployInstance()
Instantiate the webApp. |
WebApp |
WebAppVersioningController.instantiateDeployInstance()
Returns the instance for a top-level request |
protected WebApp |
WebAppVersioningController.startImpl()
Starts the entry. |
Methods in com.caucho.server.webapp with parameters of type WebApp | |
---|---|
protected void |
WebAppController.configureInstanceVariables(WebApp webApp)
Creates the webApp. |
protected void |
WebAppVersioningController.destroyInstance(WebApp instance)
|
void |
WebApp.setOldWebApp(WebApp oldWebApp,
long expireTime)
Sets the old version web-app. |
Method parameters in com.caucho.server.webapp with type arguments of type WebApp | |
---|---|
void |
WebAppVersioningController.merge(DeployControllerApi<WebApp> newControllerV)
|
Constructors in com.caucho.server.webapp with parameters of type WebApp | |
---|---|
AccessLogFilterChain(FilterChain next,
WebApp webApp)
Creates a new FilterChainFilter. |
|
DispatchFilterChain(FilterChain next,
WebApp webApp)
Creates a new FilterChainFilter. |
|
ErrorPageManager(ServletService server,
Host host,
WebApp app)
Create error page manager. |
|
ErrorPageManager(ServletService server,
WebApp webApp)
Create error page manager. |
|
ResumeFilterChain(FilterChain next,
WebApp webApp)
Creates a new FilterChainFilter. |
|
StatisticsFilterChain(FilterChain next,
WebApp webApp)
|
|
WebAppFilterChain(FilterChain next,
WebApp app)
Creates a new FilterChainFilter. |
|
WebAppFilterChain(FilterChain next,
WebApp webApp,
boolean isTop)
Creates a new FilterChainFilter. |
|
WebAppInjectExtension(InjectManager manager,
WebApp webApp)
|
|
WebAppListenerFilterChain(FilterChain next,
WebApp webApp,
ServletRequestListener[] requestListeners)
Creates a new FilterChainFilter. |
Uses of WebApp in com.caucho.servlets |
---|
Methods in com.caucho.servlets with parameters of type WebApp | |
---|---|
void |
FastCGIServlet.init(WebApp webApp)
Initialize the servlet with the server's sruns. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |