| Package | Description |
|---|---|
| org.apache.catalina.core | |
| org.apache.tomcat.util.http.mapper |
| Modifier and Type | Method and Description |
|---|---|
static AlternateDocBase |
AlternateDocBase.findMatch(String path,
ArrayList<AlternateDocBase> alternateDocBases)
Attempts to match the given request path against one of the given
alternate doc bases.
|
| Modifier and Type | Method and Description |
|---|---|
static AlternateDocBase |
AlternateDocBase.findMatch(String path,
ArrayList<AlternateDocBase> alternateDocBases)
Attempts to match the given request path against one of the given
alternate doc bases.
|
| Modifier and Type | Field and Description |
|---|---|
ArrayList<AlternateDocBase> |
Mapper.Context.alternateDocBases |
| Modifier and Type | Method and Description |
|---|---|
void |
Mapper.addContext(String hostName,
String path,
Object context,
String[] welcomeResources,
Context resources,
ArrayList<AlternateDocBase> alternateDocBases)
Add a new Context to an existing Host.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.