NetKernel APIs


com.ten60.netkernel.module
Class MappedRequest

java.lang.Object
  extended bycom.ten60.netkernel.module.MappedRequest

public final class MappedRequest
extends Object

The result of the request resolution process, an accessor request and the request rewritten into the URI space of that accessor.


Constructor Summary
MappedRequest(String aAccessorClass, URRequest aMappedRequest, int aContextDepth)
          Creates a new instance of MappedRequest
 
Method Summary
 String getAccessorClass()
           
 int getContextDepth()
           
 List getDebug()
           
 URRequest getMappedRequest()
           
 void setDebug(List aDebug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappedRequest

public MappedRequest(String aAccessorClass,
                     URRequest aMappedRequest,
                     int aContextDepth)
Creates a new instance of MappedRequest

Method Detail

getAccessorClass

public String getAccessorClass()

getMappedRequest

public URRequest getMappedRequest()

getDebug

public List getDebug()

setDebug

public void setDebug(List aDebug)

getContextDepth

public int getContextDepth()

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.