| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
PEVirtualServer
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
class |
VirtualServer
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
class |
VirtualServerFacade
Facade object which masks the internal
VirtualServer
object from the web application. |
| Modifier and Type | Method and Description |
|---|---|
VirtualServer |
WebContainer.createVirtualServer(String id,
File docRoot)
Creates a VirtualServer with the given id and docroot, and
maps it to all WebListener instances.
|
VirtualServer |
WebContainer.createVirtualServer(String id,
File docRoot,
WebListener... webListeners)
Creates a VirtualServer with the given id and docroot, and
maps it to the given WebListener instances.
|
VirtualServer |
WebContainer.getVirtualServer(String id)
Finds the VirtualServer with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualServer> |
WebContainer.getVirtualServers()
Gets the collection of VirtualServer instances registered
with this WebContainer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebContainer.addVirtualServer(VirtualServer virtualServer)
Adds the given VirtualServer to this
WebContainer.
|
void |
WebContainer.removeVirtualServer(VirtualServer virtualServer)
Stops the given virtualServer and removes it from this
WebContainer.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualServer |
WebContainerImpl.createVirtualServer(String id,
File docRoot)
Creates a VirtualServer with the given id and docroot, and
maps it to all WebListener instances.
|
VirtualServer |
WebContainerImpl.createVirtualServer(String id,
File docRoot,
WebListener... webListeners)
Creates a VirtualServer with the given id and docroot, and
maps it to the given WebListener instances.
|
VirtualServer |
WebContainerImpl.getVirtualServer(String id)
Finds the VirtualServer with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualServer> |
WebContainerImpl.getVirtualServers()
Gets the collection of VirtualServer instances registered
with this WebContainer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebContainerImpl.addVirtualServer(VirtualServer virtualServer)
Adds the given VirtualServer to this
WebContainer.
|
void |
WebContainerImpl.removeVirtualServer(VirtualServer virtualServer)
Stops the given virtualServer and removes it from this
WebContainer.
|
Copyright © 2017. All rights reserved.