|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.ServiceDefinition
public class ServiceDefinition
Constants that define HTTP parameters required for defining a service that
is performed by the ServletTestRedirector servlet.
| Field Summary | |
|---|---|
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 |
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. |
| Constructor Summary | |
|---|---|
ServiceDefinition()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME_PARAM
public static final java.lang.String METHOD_NAME_PARAM
public static final java.lang.String AUTOSESSION_NAME_PARAM
public static final java.lang.String SERVICE_NAME_PARAM
ServiceEnumeration,
Constant Field Values| Constructor Detail |
|---|
public ServiceDefinition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||