| org.hamletsoft.enhydra.cactus.business.EnhydraAppHttpClient
EnhydraAppHttpClient | public class EnhydraAppHttpClient extends AbstractHttpClient (Code) | | Manage the logic for calling the EnhydraApp redirector for executing a test on
the server side.
author: Ryuji "The Hamlet" Hattori version: $Id: EnhydraAppHttpClient.java,v 1.1 2006-09-11 12:30:51 sinisa Exp $ |
Method Summary | |
protected String | getRedirectorURL(WebRequest theRequest) Return the redirector URL to connect to.
Parameters: theRequest - Request data from the user. |
getRedirectorURL | protected String getRedirectorURL(WebRequest theRequest)(Code) | | Return the redirector URL to connect to.
Parameters: theRequest - Request data from the user. We need it here as the usermay have chosen to override the default redirector. the URL to call the redirector |
|
|