com.ten60.netkernel.module
Class MappedRequest
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappedRequest
public MappedRequest(java.lang.String aAccessorClass,
URRequest aMappedRequest,
int aContextDepth)
- Creates a new instance of MappedRequest
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()
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.