Uses of Class
org.apache.catalina.core.StandardWrapper
-
Packages that use StandardWrapper Package Description com.sun.enterprise.web org.apache.catalina.core -
-
Uses of StandardWrapper in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type StandardWrapper Modifier and Type Method Description protected ServletRegistrationImplContextFacade. createDynamicServletRegistrationImpl(StandardWrapper wrapper)protected ServletRegistrationImplWebModule. createDynamicServletRegistrationImpl(StandardWrapper wrapper)protected ServletRegistrationImplContextFacade. createServletRegistrationImpl(StandardWrapper wrapper)protected ServletRegistrationImplWebModule. createServletRegistrationImpl(StandardWrapper wrapper) -
Uses of StandardWrapper in org.apache.catalina.core
Fields in org.apache.catalina.core declared as StandardWrapper Modifier and Type Field Description protected StandardWrapperServletRegistrationImpl. wrapperMethods in org.apache.catalina.core that return StandardWrapper Modifier and Type Method Description StandardWrapperServletRegistrationImpl. getWrapper()Returns the wrapper containing the servlet definitionMethods in org.apache.catalina.core with parameters of type StandardWrapper Modifier and Type Method Description protected ServletRegistrationImplStandardContext. createDynamicServletRegistrationImpl(StandardWrapper wrapper)protected ServletRegistrationImplStandardContext. createServletRegistrationImpl(StandardWrapper wrapper)Constructors in org.apache.catalina.core with parameters of type StandardWrapper Constructor Description DynamicServletRegistrationImpl(StandardWrapper wrapper, StandardContext ctx)ConstructorServletRegistrationImpl(StandardWrapper wrapper, StandardContext ctx)ConstructorStandardWrapperFacade(StandardWrapper config)Create a new facade around a StandardWrapper.
-