Uses of Class
org.apache.catalina.core.ContainerBase
-
Packages that use ContainerBase Package Description com.sun.enterprise.web com.sun.enterprise.web.pwc org.apache.catalina.core -
-
Uses of ContainerBase in com.sun.enterprise.web
Subclasses of ContainerBase in com.sun.enterprise.web Modifier and Type Class Description classAdHocWebModuleclassContextFacadeFacade object which masks the internalContextobject from the web application.classPEVirtualServerStandard implementation of a virtual server (aka virtual host) in the iPlanet Application Server.classVirtualServerStandard implementation of a virtual server (aka virtual host) in the Payara Server.classWebModuleClass representing a web module for use by the Application Server. -
Uses of ContainerBase in com.sun.enterprise.web.pwc
Subclasses of ContainerBase in com.sun.enterprise.web.pwc Modifier and Type Class Description classPwcWebModuleClass representing a web module (servlet context). -
Uses of ContainerBase in org.apache.catalina.core
Subclasses of ContainerBase in org.apache.catalina.core Modifier and Type Class Description classStandardContextStandard implementation of the Context interface.classStandardEngineStandard implementation of the Engine interface.classStandardHostStandard implementation of the Host interface.classStandardWrapperStandard implementation of the Wrapper interface that represents an individual servlet definition.
-