Package org.apache.catalina.mapper
Class MappingData
- java.lang.Object
- 
- org.apache.catalina.mapper.MappingData
 
- 
 public class MappingData extends java.lang.ObjectMapping data.- Author:
- Remy Maucherat
 
- 
- 
Field SummaryFields Modifier and Type Field Description ContextcontextMessageBytescontextPathDeprecated.Unused.Context[]contextsintcontextSlashCountHosthostbooleanjspWildCardApplicationMappingMatchmatchTypeMessageBytespathInfoMessageBytesredirectPathMessageBytesrequestPathWrapperwrapperMessageByteswrapperPath
 - 
Constructor SummaryConstructors Constructor Description MappingData()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecycle()
 
- 
- 
- 
Field Detail- 
hostpublic Host host 
 - 
contextpublic Context context 
 - 
contextSlashCountpublic int contextSlashCount 
 - 
contextspublic Context[] contexts 
 - 
wrapperpublic Wrapper wrapper 
 - 
jspWildCardpublic boolean jspWildCard 
 - 
contextPath@Deprecated public final MessageBytes contextPath Deprecated.Unused. This will be removed in Tomcat 10.
 - 
requestPathpublic final MessageBytes requestPath 
 - 
wrapperPathpublic final MessageBytes wrapperPath 
 - 
pathInfopublic final MessageBytes pathInfo 
 - 
redirectPathpublic final MessageBytes redirectPath 
 - 
matchTypepublic ApplicationMappingMatch matchType 
 
- 
 
-