| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| com.sun.enterprise.web.pwc | |
| org.apache.catalina | |
| org.apache.catalina.connector | |
| org.apache.catalina.core | |
| org.apache.catalina.servlets |
This package contains
Servlets that implement some of the
standard functionality provided by the Catalina servlet container. |
| org.apache.catalina.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebModule.removePatternFromServlet(Wrapper wrapper,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
Wrapper |
PwcWebModule.createWrapper()
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
|
| 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 |
Request.getWrapper()
Return the Wrapper within which this Request is being processed.
|
Wrapper |
ContainerServlet.getWrapper()
Return the Wrapper with which this Servlet is associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setWrapper(Wrapper wrapper)
Set the Wrapper within which this Request is being processed.
|
void |
ContainerServlet.setWrapper(Wrapper wrapper)
Set the Wrapper with which this Servlet is associated.
|
| Constructor and Description |
|---|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
InstanceEvent.EventType type)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
InstanceEvent.EventType type,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Filter filter,
InstanceEvent.EventType 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,
InstanceEvent.EventType type,
Throwable exception)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
InstanceEvent.EventType type)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
InstanceEvent.EventType type,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Construct a new InstanceEvent with the specified parameters.
|
InstanceEvent(Wrapper wrapper,
javax.servlet.Servlet servlet,
InstanceEvent.EventType 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,
InstanceEvent.EventType 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 |
DummyRequest.getWrapper() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.catalina.core.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.
|
protected void |
StandardContext.removePatternFromServlet(Wrapper wrapper,
String pattern)
This method is overridden in web-glue to also remove the given
mapping from the deployment backend's WebBundleDescriptor.
|
void |
DummyRequest.setWrapper(Wrapper wrapper) |
| Constructor and Description |
|---|
ApplicationDispatcher(Wrapper wrapper,
String requestURI,
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 |
InvokerServlet.getWrapper()
Return the Wrapper with which we are associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokerServlet.setWrapper(Wrapper wrapper)
Set the Wrapper with which we are associated.
|
| 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 © 2017. All rights reserved.