|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AlternateDocBase | |
|---|---|
| org.glassfish.grizzly.http.server.util | |
| Uses of AlternateDocBase in org.glassfish.grizzly.http.server.util |
|---|
| Fields in org.glassfish.grizzly.http.server.util with type parameters of type AlternateDocBase | |
|---|---|
List<AlternateDocBase> |
Mapper.Context.alternateDocBases
|
| Methods in org.glassfish.grizzly.http.server.util that return AlternateDocBase | |
|---|---|
static AlternateDocBase |
AlternateDocBase.findMatch(String path,
List<AlternateDocBase> alternateDocBases)
Attempts to match the given request path against one of the given alternate doc bases. |
| Method parameters in org.glassfish.grizzly.http.server.util with type arguments of type AlternateDocBase | |
|---|---|
void |
Mapper.addContext(String hostName,
String path,
Object context,
String[] welcomeResources,
Context 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||