Class MappingData
java.lang.Object
org.apache.catalina.mapper.MappingData
Mapping data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe mapped context.Context[]The mapped contexts.intThe number of slashes in the context path.The mapped host.booleanWhether this is a JSP wildcard mapping.The match type.final MessageBytesThe path info.final MessageBytesThe redirect path.final MessageBytesThe request path.The mapped wrapper.final MessageBytesThe wrapper path. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
host
The mapped host. -
context
The mapped context. -
contextSlashCount
public int contextSlashCountThe number of slashes in the context path. -
contexts
The mapped contexts. -
wrapper
The mapped wrapper. -
jspWildCard
public boolean jspWildCardWhether this is a JSP wildcard mapping. -
requestPath
The request path. -
wrapperPath
The wrapper path. -
pathInfo
The path info. -
redirectPath
The redirect path. -
matchType
The match type.
-
-
Constructor Details
-
MappingData
public MappingData()Default constructor.
-
-
Method Details
-
recycle
public void recycle()Recycle this mapping data for reuse. -
toString
-