Uses of Class
com.sun.enterprise.web.WebContainer
-
-
Uses of WebContainer in com.sun.enterprise.web
Methods in com.sun.enterprise.web that return WebContainer Modifier and Type Method Description WebContainerWebModule. getWebContainer()Gets the web container in which this web module was loaded.Methods in com.sun.enterprise.web with parameters of type WebContainer Modifier and Type Method Description HealthCheckerPEWebContainerFeatureFactoryImpl. getHADBHealthChecker(WebContainer webContainer)WebApplicationWebDeployer. load(WebContainer container, DeploymentContext dc)voidEjbWSRegistryListener. setContainer(WebContainer wc)voidWebModule. setWebContainer(WebContainer webContainer)Sets the web container in which this web module was loaded.Constructors in com.sun.enterprise.web with parameters of type WebContainer Constructor Description PEHADBHealthChecker(WebContainer webContainer)Creates a new instance of PEHADBHealthCheckerWebApplication(WebContainer container, WebModuleConfig config, ApplicationConfigInfo appConfigInfo)WebConnector(WebContainer webContainer)Constructor -
Uses of WebContainer in com.sun.enterprise.web.connector
Constructors in com.sun.enterprise.web.connector with parameters of type WebContainer Constructor Description MapperListener(org.glassfish.grizzly.http.server.util.Mapper mapper, WebContainer webContainer)Create mapper listener. -
Uses of WebContainer in com.sun.enterprise.web.connector.coyote
Constructors in com.sun.enterprise.web.connector.coyote with parameters of type WebContainer Constructor Description PECoyoteConnector(WebContainer webContainer)Constructor -
Uses of WebContainer in com.sun.enterprise.web.connector.extension
Constructors in com.sun.enterprise.web.connector.extension with parameters of type WebContainer Constructor Description GrizzlyConfig(WebContainer webContainer, String domain, int port)Creates the monitoring helper. -
Uses of WebContainer in com.sun.enterprise.web.pluggable
Methods in com.sun.enterprise.web.pluggable with parameters of type WebContainer Modifier and Type Method Description HealthCheckerWebContainerFeatureFactory. getHADBHealthChecker(WebContainer webContainer) -
Uses of WebContainer in com.sun.enterprise.web.reconfig
Methods in com.sun.enterprise.web.reconfig with parameters of type WebContainer Modifier and Type Method Description voidWebConfigListener. setContainer(WebContainer container)Set the Web Container for this ConfigListener.
-