Uses of Class
org.apache.catalina.core.StandardContext
-
Packages that use StandardContext Package Description com.sun.enterprise.web com.sun.enterprise.web.pwc com.sun.enterprise.web.session org.apache.catalina.core org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext.org.apache.catalina.util -
-
Uses of StandardContext in com.sun.enterprise.web
Subclasses of StandardContext in com.sun.enterprise.web Modifier and Type Class Description classAdHocWebModuleclassContextFacadeFacade object which masks the internalContextobject from the web application.classWebModuleClass representing a web module for use by the Application Server. -
Uses of StandardContext in com.sun.enterprise.web.pwc
Subclasses of StandardContext in com.sun.enterprise.web.pwc Modifier and Type Class Description classPwcWebModuleClass representing a web module (servlet context). -
Uses of StandardContext in com.sun.enterprise.web.session
Constructors in com.sun.enterprise.web.session with parameters of type StandardContext Constructor Description WebSessionCookieConfig(StandardContext context) -
Uses of StandardContext in org.apache.catalina.core
Fields in org.apache.catalina.core declared as StandardContext Modifier and Type Field Description protected StandardContextFilterRegistrationImpl. ctxprotected StandardContextServletRegistrationImpl. ctxMethods in org.apache.catalina.core that return StandardContext Modifier and Type Method Description StandardContextServletRegistrationImpl. getContext()StandardContextApplicationContext. getStandardContext()Methods in org.apache.catalina.core with parameters of type StandardContext Modifier and Type Method Description protected voidStandardWrapper. registerJMX(StandardContext ctx)Constructors in org.apache.catalina.core with parameters of type StandardContext Constructor Description ApplicationContext(StandardContext context)Construct a new instance of this class, associated with the specified Context instance.DynamicFilterRegistrationImpl(FilterDef filterDef, StandardContext ctx)ConstructorDynamicServletRegistrationImpl(StandardWrapper wrapper, StandardContext ctx)ConstructorServletRegistrationImpl(StandardWrapper wrapper, StandardContext ctx)ConstructorSessionCookieConfigImpl(StandardContext ctx)Constructor -
Uses of StandardContext in org.apache.catalina.session
Fields in org.apache.catalina.session declared as StandardContext Modifier and Type Field Description protected StandardContextStandardSession. contextThe context with which this Session is associated. -
Uses of StandardContext in org.apache.catalina.util
Methods in org.apache.catalina.util with parameters of type StandardContext Modifier and Type Method Description static booleanExtensionValidator. validateApplication(DirContext dirContext, StandardContext context)Runtime validation of a Web Applicaiton.
-