Uses of Interface
org.apache.catalina.Wrapper
-
Packages that use Wrapper Package Description com.sun.enterprise.web com.sun.enterprise.web.pwc com.sun.web.security org.apache.catalina org.apache.catalina.connector org.apache.catalina.core org.apache.catalina.servlets This package containsServletsthat implement some of the standard functionality provided by the Catalina servlet container.org.apache.catalina.util -
-
Uses of Wrapper in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type Wrapper Modifier and Type Method Description protected voidWebModule. removePatternFromServlet(Wrapper wrapper, String pattern) -
Uses of Wrapper in com.sun.enterprise.web.pwc
Methods in com.sun.enterprise.web.pwc that return Wrapper Modifier and Type Method Description WrapperPwcWebModule. createWrapper()Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation. -
Uses of Wrapper in com.sun.web.security
Methods in com.sun.web.security that return Wrapper Modifier and Type Method Description WrapperHttpRequestWrapper. getWrapper()Methods in com.sun.web.security with parameters of type Wrapper Modifier and Type Method Description voidHttpRequestWrapper. setWrapper(Wrapper wrapper) -
Uses of Wrapper in org.apache.catalina
Methods in org.apache.catalina that return Wrapper Modifier and Type Method Description WrapperContext. createWrapper()Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.WrapperContainerServlet. getWrapper()Return the Wrapper with which this Servlet is associated.WrapperInstanceEvent. getWrapper()Return the Wrapper managing the servlet instance for which this event occurred.WrapperRequest. getWrapper()Return the Wrapper within which this Request is being processed.Methods in org.apache.catalina with parameters of type Wrapper Modifier and Type Method Description voidContainerServlet. setWrapper(Wrapper wrapper)Set the Wrapper with which this Servlet is associated.voidRequest. setWrapper(Wrapper wrapper)Set the Wrapper within which this Request is being processed.Constructors in org.apache.catalina with parameters of type Wrapper Constructor Description InstanceEvent(Wrapper wrapper, jakarta.servlet.Filter filter, InstanceEvent.EventType type)Construct a new InstanceEvent with the specified parameters.InstanceEvent(Wrapper wrapper, jakarta.servlet.Filter filter, InstanceEvent.EventType type, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response)Construct a new InstanceEvent with the specified parameters.InstanceEvent(Wrapper wrapper, jakarta.servlet.Filter filter, InstanceEvent.EventType type, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, Throwable exception)Construct a new InstanceEvent with the specified parameters.InstanceEvent(Wrapper wrapper, jakarta.servlet.Filter filter, InstanceEvent.EventType type, Throwable exception)Construct a new InstanceEvent with the specified parameters.InstanceEvent(Wrapper wrapper, jakarta.servlet.Servlet servlet, InstanceEvent.EventType type)Construct a new InstanceEvent with the specified parameters.InstanceEvent(Wrapper wrapper, jakarta.servlet.Servlet servlet, InstanceEvent.EventType type, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response)Construct a new InstanceEvent with the specified parameters.InstanceEvent(Wrapper wrapper, jakarta.servlet.Servlet servlet, InstanceEvent.EventType type, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, Throwable exception)Construct a new InstanceEvent with the specified parameters.InstanceEvent(Wrapper wrapper, jakarta.servlet.Servlet servlet, InstanceEvent.EventType type, Throwable exception)Construct a new InstanceEvent with the specified parameters. -
Uses of Wrapper in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as Wrapper Modifier and Type Field Description protected WrapperRequest. wrapperAssociated wrapper.Methods in org.apache.catalina.connector that return Wrapper Modifier and Type Method Description WrapperRequest. getWrapper()Return the Wrapper within which this Request is being processed.Methods in org.apache.catalina.connector with parameters of type Wrapper Modifier and Type Method Description voidRequest. setWrapper(Wrapper wrapper)Set the Wrapper within which this Request is being processed. -
Uses of Wrapper in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Wrapper Modifier and Type Class Description classStandardWrapperStandard implementation of the Wrapper interface that represents an individual servlet definition.Fields in org.apache.catalina.core declared as Wrapper Modifier and Type Field Description protected WrapperDummyRequest. wrapperMethods in org.apache.catalina.core that return Wrapper Modifier and Type Method Description WrapperStandardContext. createWrapper()Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.WrapperStandardWrapper. findMappingObject()FIXME: Fooling introspection ...WrapperDummyRequest. getWrapper()Methods in org.apache.catalina.core with parameters of type Wrapper Modifier and Type Method Description org.apache.catalina.core.ApplicationFilterChainApplicationFilterFactory. createFilterChain(jakarta.servlet.ServletRequest request, Wrapper wrapper, jakarta.servlet.Servlet servlet)Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.protected voidStandardContext. removePatternFromServlet(Wrapper wrapper, String pattern)This method is overridden in web-glue to also remove the given mapping from the deployment backend's WebBundleDescriptor.voidDummyRequest. setWrapper(Wrapper wrapper)Constructors in org.apache.catalina.core with parameters of type Wrapper Constructor Description ApplicationDispatcher(Wrapper wrapper, jakarta.servlet.http.HttpServletMapping mappingForDispatch, String requestURI, String servletPath, String pathInfo, String queryString, String name)Construct a new instance of this class, configured according to the specified parameters. -
Uses of Wrapper in org.apache.catalina.servlets
Methods in org.apache.catalina.servlets that return Wrapper Modifier and Type Method Description WrapperInvokerServlet. getWrapper()Return the Wrapper with which we are associated.Methods in org.apache.catalina.servlets with parameters of type Wrapper Modifier and Type Method Description voidInvokerServlet. setWrapper(Wrapper wrapper)Set the Wrapper with which we are associated. -
Uses of Wrapper in org.apache.catalina.util
Methods in org.apache.catalina.util that return Wrapper Modifier and Type Method Description WrapperInstanceSupport. getWrapper()Return the Wrapper with which we are associated.Constructors in org.apache.catalina.util with parameters of type Wrapper Constructor Description InstanceSupport(Wrapper wrapper)Construct a new InstanceSupport object associated with the specified Instance component.
-