com.sun.grizzly.util.http.mapper
Class MappingData
java.lang.Object
com.sun.grizzly.util.http.mapper.MappingData
public class MappingData
- extends java.lang.Object
Mapping data.
- Author:
- Remy Maucherat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
host
public java.lang.Object host
context
public java.lang.Object context
wrapper
public java.lang.Object wrapper
servletName
public java.lang.String servletName
jspWildCard
public boolean jspWildCard
isDefaultContext
public boolean isDefaultContext
contextPath
public MessageBytes contextPath
requestPath
public MessageBytes requestPath
wrapperPath
public MessageBytes wrapperPath
pathInfo
public MessageBytes pathInfo
redirectPath
public MessageBytes redirectPath
MappingData
public MappingData()
recycle
public void recycle()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012 Oracle Corporation. All Rights Reserved.