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