org.glassfish.grizzly.http.server.util
Class MappingData

java.lang.Object
  extended by org.glassfish.grizzly.http.server.util.MappingData

public class MappingData
extends Object

Mapping data.

Author:
Remy Maucherat

Field Summary
 Object context
           
 DataChunk contextPath
           
 Object host
           
 boolean isDefaultContext
           
 boolean jspWildCard
           
 DataChunk pathInfo
           
 DataChunk redirectPath
           
 DataChunk requestPath
           
 String servletName
           
 DataChunk tmpMapperDC
           
 Object wrapper
           
 DataChunk wrapperPath
           
 
Constructor Summary
MappingData()
           
 
Method Summary
 void recycle()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

host

public Object host

context

public Object context

wrapper

public Object wrapper

servletName

public String servletName

jspWildCard

public boolean jspWildCard

isDefaultContext

public boolean isDefaultContext

contextPath

public DataChunk contextPath

requestPath

public DataChunk requestPath

wrapperPath

public DataChunk wrapperPath

pathInfo

public DataChunk pathInfo

redirectPath

public DataChunk redirectPath

tmpMapperDC

public DataChunk tmpMapperDC
Constructor Detail

MappingData

public MappingData()
Method Detail

recycle

public void recycle()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.