Uses of Interface
org.glassfish.embeddable.web.WebContainer
-
Packages that use WebContainer Package Description org.glassfish.embeddable.web Provides classes and interfaces necessary to programmatically configure embedded WebContainer and create contexts, virtual servers, and web listeners.org.glassfish.web.embed.impl -
-
Uses of WebContainer in org.glassfish.embeddable.web
Methods in org.glassfish.embeddable.web that return WebContainer Modifier and Type Method Description WebContainerWebListener. getWebContainer()Gets the WebContainer used by this WebListener.WebContainerWebListenerBase. getWebContainer()Gets the WebContainer used by this WebListener.Methods in org.glassfish.embeddable.web with parameters of type WebContainer Modifier and Type Method Description voidWebListener. setWebContainer(WebContainer webContainer)Sets the WebContainer which will be used by this WebListener.voidWebListenerBase. setWebContainer(WebContainer webContainer)Sets the WebContainer which will be used by this WebListener. -
Uses of WebContainer in org.glassfish.web.embed.impl
Classes in org.glassfish.web.embed.impl that implement WebContainer Modifier and Type Class Description classWebContainerImplClass representing an embedded web container, which supports the programmatic creation of different types of web protocol listeners and virtual servers, and the registration of static and dynamic web resources into the URI namespace.
-