org.apache.tomcat.util.http.mapper

Class MappingData


public class MappingData
extends java.lang.Object

Mapping data.

Author:
Remy Maucherat

Field Summary

Object
context
MessageBytes
contextPath
Object
host
boolean
jspWildCard
MessageBytes
pathInfo
MessageBytes
redirectPath
MessageBytes
requestPath
Object
wrapper
MessageBytes
wrapperPath

Method Summary

void
recycle()

Field Details

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 Details

recycle

public void recycle()


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.