Class MappingData
- java.lang.Object
-
- org.glassfish.grizzly.http.server.util.MappingData
-
public class MappingData extends java.lang.ObjectMapping data.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Objectcontextstatic byteCONTEXT_ROOTDataChunkcontextPathstatic byteDEFAULTjava.lang.StringdescriptorPathstatic byteEXACTstatic byteEXTENSIONjava.lang.ObjecthostbooleanisDefaultContextbooleanjspWildCardbytemappingTypejava.lang.StringmatchedPathstatic bytePATHDataChunkpathInfoDataChunkredirectPathDataChunkrequestPathjava.lang.StringservletNameDataChunktmpMapperDCstatic byteUNKNOWNjava.lang.ObjectwrapperDataChunkwrapperPath
-
Constructor Summary
Constructors Constructor Description MappingData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecycle()java.lang.StringtoString()
-
-
-
Field Detail
-
CONTEXT_ROOT
public static final byte CONTEXT_ROOT
- See Also:
- Constant Field Values
-
DEFAULT
public static final byte DEFAULT
- See Also:
- Constant Field Values
-
EXACT
public static final byte EXACT
- See Also:
- Constant Field Values
-
EXTENSION
public static final byte EXTENSION
- See Also:
- Constant Field Values
-
PATH
public static final byte PATH
- See Also:
- Constant Field Values
-
UNKNOWN
public static final byte UNKNOWN
- See Also:
- Constant Field Values
-
mappingType
public byte mappingType
-
host
public java.lang.Object host
-
context
public java.lang.Object context
-
wrapper
public java.lang.Object wrapper
-
servletName
public java.lang.String servletName
-
descriptorPath
public java.lang.String descriptorPath
-
matchedPath
public java.lang.String matchedPath
-
jspWildCard
public boolean jspWildCard
-
isDefaultContext
public boolean isDefaultContext
-
contextPath
public final DataChunk contextPath
-
requestPath
public final DataChunk requestPath
-
wrapperPath
public final DataChunk wrapperPath
-
pathInfo
public final DataChunk pathInfo
-
redirectPath
public final DataChunk redirectPath
-
tmpMapperDC
public final DataChunk tmpMapperDC
-
-