| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server.naming | |
| org.glassfish.grizzly.http.server.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirContext
The directory service interface, containing
methods for examining and updating attributes
associated with objects, and for searching the directory.
|
| Modifier and Type | Field and Description |
|---|---|
NamingContext |
Mapper.Context.resources |
| Modifier and Type | Method and Description |
|---|---|
void |
Mapper.addContext(String hostName,
String path,
Object context,
String[] welcomeResources,
NamingContext resources)
Add a new Context to an existing Host.
|
void |
Mapper.addContext(String hostName,
String path,
Object context,
String[] welcomeResources,
NamingContext resources,
List<AlternateDocBase> alternateDocBases)
Add a new Context to an existing Host.
|
void |
Mapper.setContext(String path,
String[] welcomeResources,
NamingContext resources)
Set context, used for wrapper mapping (request dispatcher).
|
Copyright © 2018 Oracle Corporation. All Rights Reserved.