Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.connector | |
org.apache.catalina.core | |
org.apache.catalina.util |
Modifier and Type | Method and Description |
---|---|
Wrapper |
Context.createWrapper()
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
|
Wrapper |
InstanceEvent.getWrapper()
Return the Wrapper managing the servlet instance for which this
event occurred.
|
Wrapper |
ContainerServlet.getWrapper()
Return the Wrapper with which this Servlet is associated.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerServlet.setWrapper(Wrapper wrapper)
Set the Wrapper with which this Servlet is associated.
|
Constructor and Description |
---|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
String type)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
String type,
HttpEvent event)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
String type,
HttpEvent event,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
String type,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
String type,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
String type,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
String type)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
String type,
HttpEvent event)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
String type,
HttpEvent event,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
String type,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
String type,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
String type,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
Modifier and Type | Field and Description |
---|---|
protected Wrapper |
Request.wrapper
Associated wrapper.
|
Modifier and Type | Method and Description |
---|---|
Wrapper |
Request.getWrapper()
Return the Wrapper within which this Request is being processed.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setWrapper(Wrapper wrapper)
Set the Wrapper within which this Request is being processed.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardWrapper
Standard implementation of the Wrapper interface that represents
an individual servlet definition.
|
Modifier and Type | Field and Description |
---|---|
protected Wrapper |
DummyRequest.wrapper |
Modifier and Type | Method and Description |
---|---|
Wrapper |
StandardContext.createWrapper()
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
|
Wrapper |
StandardWrapper.findMappingObject()
FIXME: Fooling introspection ...
|
Wrapper |
ApplicationFilterChain.getWrapper() |
Wrapper |
DummyRequest.getWrapper() |
Modifier and Type | Method and Description |
---|---|
ApplicationFilterChain |
ApplicationFilterFactory.createFilterChain(javax.servlet.ServletRequest request,
Wrapper wrapper,
javax.servlet.Servlet servlet)
Construct and return a FilterChain implementation that will wrap the
execution of the specified servlet instance.
|
void |
DummyRequest.setWrapper(Wrapper wrapper) |
Constructor and Description |
---|
ApplicationDispatcher(Wrapper wrapper,
String requestURI,
String requestPath,
String servletPath,
String pathInfo,
String queryString,
String name)
Construct a new instance of this class, configured according to the
specified parameters.
|
Modifier and Type | Method and Description |
---|---|
Wrapper |
InstanceSupport.getWrapper()
Return the Wrapper with which we are associated.
|
Constructor and Description |
---|
InstanceSupport(Wrapper wrapper)
Construct a new InstanceSupport object associated with the specified
Instance component.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.