| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server.util |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<AlternateDocBase> |
Mapper.Context.alternateDocBases |
| Modifier and Type | Method and Description |
|---|---|
static AlternateDocBase |
AlternateDocBase.findMatch(java.lang.String path,
java.util.List<AlternateDocBase> alternateDocBases)
Attempts to match the given request path against one of the given
alternate doc bases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mapper.addContext(java.lang.String hostName,
java.lang.String path,
java.lang.Object context,
java.lang.String[] welcomeResources,
NamingContext resources,
java.util.List<AlternateDocBase> alternateDocBases)
Add a new Context to an existing Host.
|
static AlternateDocBase |
AlternateDocBase.findMatch(java.lang.String path,
java.util.List<AlternateDocBase> alternateDocBases)
Attempts to match the given request path against one of the given
alternate doc bases.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.