| |
|
| java.lang.Object org.apache.cactus.internal.RequestDirectives
RequestDirectives | public class RequestDirectives (Code) | | Encapsulates the Cactus-specific parameters added to a request.
version: $Id: RequestDirectives.java 238991 2004-05-22 11:34:50Z vmassol $ |
RequestDirectives | public RequestDirectives(WebRequest theRequest)(Code) | | Parameters: theRequest - The WebRequest to read directives from orapply directives to. |
setAutoSession | public void setAutoSession(String isAutoSession)(Code) | | Parameters: isAutoSession - A "boolean string" indicatingwhether or not to use the autoSession option. |
setClassName | public void setClassName(String theName)(Code) | | Parameters: theName - name of the test class. |
setMethodName | public void setMethodName(String theName)(Code) | | Parameters: theName - name of the test method to execute. |
setService | public void setService(ServiceEnumeration theService)(Code) | | Parameters: theService - The service to request of the redirector. |
setWrappedTestName | public void setWrappedTestName(String theName)(Code) | | Parameters: theName - The name of the wrapped test. |
|
|
|