|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationContainer | |
|---|---|
| org.glassfish.api.container | |
| org.glassfish.api.deployment | |
| Uses of ApplicationContainer in org.glassfish.api.container |
|---|
| Methods in org.glassfish.api.container with parameters of type ApplicationContainer | |
|---|---|
void |
RequestDispatcher.registerEndpoint(String contextRoot,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular context-root. |
void |
RequestDispatcher.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint (proxy implementation) for a particular context-root. |
void |
RequestDispatcher.registerEndpoint(String contextRoot,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container,
String virtualServers)
Registers a new endpoint (proxy implementation) for a particular context-root. |
void |
RequestDispatcher.registerEndpoint(String contextRoot,
InetAddress address,
int port,
Collection<String> vsServers,
org.glassfish.grizzly.http.server.HttpHandler endpointAdapter,
ApplicationContainer container)
Registers a new endpoint for the given context root at the given port number. |
void |
RequestDispatcher.unregisterEndpoint(String contextRoot,
ApplicationContainer app)
Removes the context root from our list of endpoints. |
| Uses of ApplicationContainer in org.glassfish.api.deployment |
|---|
| Classes in org.glassfish.api.deployment with type parameters of type ApplicationContainer | |
|---|---|
interface |
Deployer<T extends Container,U extends ApplicationContainer>
A deployer is capable of deploying one type of applications. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||