public class MappingData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
context |
static byte |
CONTEXT_ROOT |
DataChunk |
contextPath |
static byte |
DEFAULT |
java.lang.String |
descriptorPath |
static byte |
EXACT |
static byte |
EXTENSION |
java.lang.Object |
host |
boolean |
isDefaultContext |
boolean |
jspWildCard |
byte |
mappingType |
java.lang.String |
matchedPath |
static byte |
PATH |
DataChunk |
pathInfo |
DataChunk |
redirectPath |
DataChunk |
requestPath |
java.lang.String |
servletName |
DataChunk |
tmpMapperDC |
static byte |
UNKNOWN |
java.lang.Object |
wrapper |
DataChunk |
wrapperPath |
| Constructor and Description |
|---|
MappingData() |
| Modifier and Type | Method and Description |
|---|---|
void |
recycle() |
java.lang.String |
toString() |
public static final byte CONTEXT_ROOT
public static final byte DEFAULT
public static final byte EXACT
public static final byte EXTENSION
public static final byte PATH
public static final byte UNKNOWN
public byte mappingType
public java.lang.Object host
public java.lang.Object context
public java.lang.Object wrapper
public java.lang.String servletName
public java.lang.String descriptorPath
public java.lang.String matchedPath
public boolean jspWildCard
public boolean isDefaultContext
public final DataChunk contextPath
public final DataChunk requestPath
public final DataChunk wrapperPath
public final DataChunk pathInfo
public final DataChunk redirectPath
public final DataChunk tmpMapperDC
Copyright © 2018 Oracle Corporation. All Rights Reserved.