Modifier and Type | Method and Description |
---|---|
WebApp |
RemoteAdminService.getWebApp() |
Modifier and Type | Field and Description |
---|---|
protected WebApp |
PageManager._webApp |
protected WebApp |
QServlet._webApp |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
JspPrecompileResource.setWebApp(WebApp app)
Sets the webApp.
|
void |
JspCompiler.setWebApp(WebApp app)
Initialize values based on the ServletContext.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
JspConfig(WebApp webApp) |
JspPropertyGroup(WebApp webApp) |
Constructor and Description |
---|
JspApplicationContextImpl(WebApp webApp) |
Modifier and Type | Method and Description |
---|---|
WebApp |
ResinQuercus.getWebApp() |
Modifier and Type | Method and Description |
---|---|
void |
ResinQuercus.setWebApp(WebApp webApp) |
Modifier and Type | Method and Description |
---|---|
WebApp |
WebAppEmbed.getWebApp() |
Modifier and Type | Method and Description |
---|---|
protected void |
WebAppEmbed.configure(WebApp webApp)
Configures the web-app (for internal use)
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
WebApp |
ServletMapper.getWebApp()
Gets the servlet context.
|
WebApp |
Invocation.getWebApp()
Returns the mapped webApp.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ServletRegexp.initRegexp(WebApp webApp,
ServletMapper mapper,
java.util.ArrayList<java.lang.String> vars)
Initialize for a regexp.
|
void |
Invocation.setWebApp(WebApp app)
Sets the mapped webApp.
|
void |
FilterConfigImpl.setWebApp(WebApp webApp) |
void |
ServletConfigImpl.setWebApp(WebApp webApp) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
WebApp |
HostContainer.getErrorWebApp()
Returns the error webApp during startup.
|
Modifier and Type | Method and Description |
---|---|
WebApp |
RequestAdapter.getWebApp() |
protected WebApp |
AbstractHttpRequest.getWebApp() |
WebApp |
CauchoRequest.getWebApp() |
WebApp |
AsyncRequest.getWebApp() |
WebApp |
HttpServletRequestImpl.getWebApp()
Returns the invocation's webApp.
|
WebApp |
StubServletRequest.getWebApp() |
WebApp |
CauchoRequestWrapper.getWebApp() |
WebApp |
CauchoDispatchRequest.getWebApp() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
RequestAdapter(HttpServletRequest request,
WebApp app) |
StubSessionContextRequest(WebApp webApp,
java.lang.String sessionId) |
Modifier and Type | Method and Description |
---|---|
WebApp |
ProxyCacheFilterChain.getWebApp() |
Modifier and Type | Method and Description |
---|---|
FilterChain |
ProxyCache.createFilterChain(FilterChain next,
WebApp app)
Creates the filter.
|
FilterChain |
AbstractProxyCache.createFilterChain(FilterChain next,
WebApp app)
Creates the filter.
|
Constructor and Description |
---|
ProxyCacheFilterChain(FilterChain next,
WebApp webApp)
Create the filter chain servlet.
|
ProxyCacheFilterChain(ProxyCache cache,
FilterChain next,
WebApp webApp)
Create the filter chain servlet.
|
Modifier and Type | Method and Description |
---|---|
WebApp |
RewriteDispatch.getWebApp() |
Constructor and Description |
---|
RewriteDispatch(WebApp webApp) |
Constructor and Description |
---|
SessionManager(WebApp webApp)
Creates and initializes a new session manager
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownWebApp
Resin's webApp implementation.
|
Modifier and Type | Method and Description |
---|---|
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 |
ForwardNamedRequest.getWebApp() |
WebApp |
IncludeRequest.getWebApp() |
protected WebApp |
WebAppAdmin.getWebApp()
Returns the active webApp.
|
WebApp |
AsyncRequest.getWebApp() |
WebApp |
ForwardRequest.getWebApp() |
WebApp |
WebAppController.getWebApp()
Returns the webApp object.
|
protected WebApp |
UnknownWebAppController.instantiateDeployInstance()
Instantiate the webApp.
|
WebApp |
WebAppVersioningController.instantiateDeployInstance()
Returns the instance for a top-level request
|
protected WebApp |
WebAppController.instantiateDeployInstance()
Instantiate the webApp.
|
protected WebApp |
WebAppVersioningController.startImpl()
Starts the entry.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppVersioningController.merge(DeployControllerApi<WebApp> newControllerV) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FastCGIServlet.init(WebApp webApp)
Initialize the servlet with the server's sruns.
|