public interface HttpServiceDefinition
ServletTestRedirector
servlet.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTOSESSION_NAME_PARAM
Name of the parameter in the HTTP request that specify if a session
should be automatically created for the user or not.
|
static java.lang.String |
CLASS_NAME_PARAM
Name of the parameter in the HTTP request that represents the name of the
Test class to call.
|
static java.lang.String |
COMMAND_PREFIX
Prefix indicating that a String is an official Cactus command.
|
static java.lang.String |
METHOD_NAME_PARAM
Name of the parameter in the HTTP request that represents the name of the
Test method to call.
|
static java.lang.String |
SERVICE_NAME_PARAM
Name of the parameter in the HTTP request that specify the service asked
to the Redirector Servlet.
|
static java.lang.String |
TEST_ID_PARAM
Name of the parameter in the HTTP request that represents the unique id
of the test case (to ensure that the client-side test gets the correct
results).
|
static java.lang.String |
WRAPPED_CLASS_NAME_PARAM
Name of the parameter in the HTTP request that represents an optional
Test being wrapped by the class represented by CLASS_NAME_PARAM.
|
static final java.lang.String COMMAND_PREFIX
static final java.lang.String TEST_ID_PARAM
static final java.lang.String CLASS_NAME_PARAM
static final java.lang.String WRAPPED_CLASS_NAME_PARAM
static final java.lang.String METHOD_NAME_PARAM
static final java.lang.String AUTOSESSION_NAME_PARAM
static final java.lang.String SERVICE_NAME_PARAM
ServiceEnumeration
,
Constant Field ValuesCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.