| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| 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 |
| Class and Description |
|---|
| ConfigException
Exception thrown when a web container component fails to be
(re)configured, or if it fails to be registered with another web
container component because its id (in the case of VirtualServer
and WebListener) or context root (in the case of
Context) is already taken.
|
| Context
Representation of a web application.
|
| VirtualServer
Representation of a virtual server.
|
| WebListener
Representation of a network listener for web requests.
|
| Class and Description |
|---|
| ConfigException
Exception thrown when a web container component fails to be
(re)configured, or if it fails to be registered with another web
container component because its id (in the case of VirtualServer
and WebListener) or context root (in the case of
Context) is already taken.
|
| Context
Representation of a web application.
|
| VirtualServer
Representation of a virtual server.
|
| WebContainer
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.
|
| WebListener
Representation of a network listener for web requests.
|
| WebListenerBase
Base implementation of the WebListener interface
|
| Class and Description |
|---|
| ConfigException
Exception thrown when a web container component fails to be
(re)configured, or if it fails to be registered with another web
container component because its id (in the case of VirtualServer
and WebListener) or context root (in the case of
Context) is already taken.
|
| Context
Representation of a web application.
|
| VirtualServer
Representation of a virtual server.
|
| WebContainer
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.
|
| WebListener
Representation of a network listener for web requests.
|
Copyright © 2019. All rights reserved.