Uses of Class
org.apache.catalina.core.ServletRegistrationImpl
-
Packages that use ServletRegistrationImpl Package Description com.sun.enterprise.web org.apache.catalina.core -
-
Uses of ServletRegistrationImpl in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return ServletRegistrationImpl 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 ServletRegistrationImpl in org.apache.catalina.core
Subclasses of ServletRegistrationImpl in org.apache.catalina.core Modifier and Type Class Description classDynamicServletRegistrationImplImplementation through which a servlet can be configured dynamicallyFields in org.apache.catalina.core with type parameters of type ServletRegistrationImpl Modifier and Type Field Description protected ConcurrentMap<String,ServletRegistrationImpl>StandardContext. servletRegisMapMethods in org.apache.catalina.core that return ServletRegistrationImpl Modifier and Type Method Description protected ServletRegistrationImplStandardContext. createDynamicServletRegistrationImpl(StandardWrapper wrapper)protected ServletRegistrationImplStandardContext. createServletRegistrationImpl(StandardWrapper wrapper)
-