public class MappingData extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
context |
static byte |
CONTEXT_ROOT |
DataChunk |
contextPath |
static byte |
DEFAULT |
String |
descriptorPath |
static byte |
EXACT |
static byte |
EXTENSION |
Object |
host |
boolean |
isDefaultContext |
boolean |
jspWildCard |
byte |
mappingType |
String |
matchedPath |
static byte |
PATH |
DataChunk |
pathInfo |
DataChunk |
redirectPath |
DataChunk |
requestPath |
String |
servletName |
DataChunk |
tmpMapperDC |
static byte |
UNKNOWN |
Object |
wrapper |
DataChunk |
wrapperPath |
| Constructor and Description |
|---|
MappingData() |
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 Object host
public Object context
public Object wrapper
public String servletName
public String descriptorPath
public 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 © 2017 Oracle Corporation. All Rights Reserved.