| 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 |
| Modifier and Type | Method and Description |
|---|---|
WebContainer |
WebListenerBase.getWebContainer()
Gets the WebContainer used by this WebListener.
|
WebContainer |
WebListener.getWebContainer()
Gets the WebContainer used by this WebListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebListenerBase.setWebContainer(WebContainer webContainer)
Sets the WebContainer which will be used by this WebListener.
|
void |
WebListener.setWebContainer(WebContainer webContainer)
Sets the WebContainer which will be used by this WebListener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebContainerImpl
Class 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.
|
Copyright © 2017. All rights reserved.