org.apache.cactus
Class RequestDirectives

java.lang.Object
  extended byorg.apache.cactus.RequestDirectives

public class RequestDirectives
extends java.lang.Object

Encapsulates the Cactus-specific parameters added to a request.

WARNING
This interface is not intended for use by API clients. It may be altered in backwards-incompatible ways and even moved or removed at any time without further notice.

Version:
$Id: RequestDirectives.java,v 1.3 2003/07/09 16:36:06 cmlenz Exp $
Author:
Christopher Lenz

Constructor Summary
RequestDirectives(WebRequest theRequest)
           
 
Method Summary
 void setAutoSession(java.lang.String isAutoSession)
           
 void setClassName(java.lang.String theName)
           
 void setMethodName(java.lang.String theName)
           
 void setService(ServiceEnumeration theService)
           
 void setWrappedTestName(java.lang.String theName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDirectives

public RequestDirectives(WebRequest theRequest)
Parameters:
theRequest - The WebRequest to read directives from or apply directives to.
Method Detail

setClassName

public void setClassName(java.lang.String theName)
Parameters:
theName - name of the test class.

setWrappedTestName

public void setWrappedTestName(java.lang.String theName)
Parameters:
theName - The name of the wrapped test.

setMethodName

public void setMethodName(java.lang.String theName)
Parameters:
theName - name of the test method to execute.

setService

public void setService(ServiceEnumeration theService)
Parameters:
theService - The service to request of the redirector.

setAutoSession

public void setAutoSession(java.lang.String isAutoSession)
Parameters:
isAutoSession - A "boolean string" indicating whether or not to use the autoSession option.


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.