NetKernel APIs


com.ten60.netkernel.module
Class MappedRequest

java.lang.Object
  extended by com.ten60.netkernel.module.MappedRequest

public final class MappedRequest
extends java.lang.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(java.lang.String aAccessorClass, URRequest aMappedRequest, int aContextDepth)
          Creates a new instance of MappedRequest
 
Method Summary
 java.lang.String getAccessorClass()
           
 int getContextDepth()
           
 java.util.List getDebug()
           
 URRequest getMappedRequest()
           
 void setDebug(java.util.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(java.lang.String aAccessorClass,
                     URRequest aMappedRequest,
                     int aContextDepth)
Creates a new instance of MappedRequest

Method Detail

getAccessorClass

public java.lang.String getAccessorClass()

getMappedRequest

public URRequest getMappedRequest()

getDebug

public java.util.List getDebug()

setDebug

public void setDebug(java.util.List aDebug)

getContextDepth

public int getContextDepth()

NetKernel APIs


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