org.apache.tomcat.util.http.mapper

Class MappingData

public class MappingData extends Object

Mapping data.

Author: Remy Maucherat

Field Summary
Objectcontext
MessageBytescontextPath
Objecthost
booleanjspWildCard
MessageBytespathInfo
MessageBytesredirectPath
MessageBytesrequestPath
Objectwrapper
MessageByteswrapperPath
Method Summary
voidrecycle()

Field Detail

context

public Object context

contextPath

public MessageBytes contextPath

host

public Object host

jspWildCard

public boolean jspWildCard

pathInfo

public MessageBytes pathInfo

redirectPath

public MessageBytes redirectPath

requestPath

public MessageBytes requestPath

wrapper

public Object wrapper

wrapperPath

public MessageBytes wrapperPath

Method Detail

recycle

public void recycle()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.