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
           
 BufferChunk contextPath
           
 Object host
           
 boolean isDefaultContext
           
 boolean jspWildCard
           
 BufferChunk pathInfo
           
 BufferChunk redirectPath
           
 BufferChunk requestPath
           
 Object wrapper
           
 BufferChunk 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

jspWildCard

public boolean jspWildCard

isDefaultContext

public boolean isDefaultContext

contextPath

public BufferChunk contextPath

requestPath

public BufferChunk requestPath

wrapperPath

public BufferChunk wrapperPath

pathInfo

public BufferChunk pathInfo

redirectPath

public BufferChunk redirectPath
Constructor Detail

MappingData

public MappingData()
Method Detail

recycle

public void recycle()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Oracle Corpration. All Rights Reserved.