public class MappingData extends Object
Modifier and Type | Field and Description |
---|---|
Object |
context |
MessageBytes |
contextPath
Deprecated.
Unused. This will be removed in Tomcat 10.
|
Object[] |
contexts |
int |
contextSlashCount |
Object |
host |
boolean |
jspWildCard |
MessageBytes |
pathInfo |
MessageBytes |
redirectPath |
MessageBytes |
requestPath |
Object |
wrapper |
MessageBytes |
wrapperPath |
Constructor and Description |
---|
MappingData() |
public Object host
public Object context
public int contextSlashCount
public Object[] contexts
public Object wrapper
public boolean jspWildCard
@Deprecated public MessageBytes contextPath
public MessageBytes requestPath
public MessageBytes wrapperPath
public MessageBytes pathInfo
public MessageBytes redirectPath
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.