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