org.apache.cactus
class ServiceDefinition
java.lang.Object
|
+--org.apache.cactus.ServiceDefinition
- public class ServiceDefinition
- extends java.lang.Object
Constants that define HTTP parameters required for defining a service that
is performed by the ServletTestRedirector
servlet.
- Version:
- $Id: ServiceDefinition.java,v 1.2 2002/04/14 10:46:25 vmassol Exp $
- Author:
- Vincent Massol
Field Summary |
static 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 String |
CLASS_NAME_PARAM
Name of the parameter in the HTTP request that represents the name of the
Test class to call.
|
static String |
METHOD_NAME_PARAM
Name of the parameter in the HTTP request that represents the name of the
Test method to call.
|
static String |
SERVICE_NAME_PARAM
Name of the parameter in the HTTP request that specify the service asked
to the Redirector Servlet.
|
Constructor Summary |
ServiceDefinition()
Constants that define HTTP parameters required for defining a service that
is performed by the ServletTestRedirector servlet. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTOSESSION_NAME_PARAM
public static final 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.
CLASS_NAME_PARAM
public static final String CLASS_NAME_PARAM
- Name of the parameter in the HTTP request that represents the name of the
Test class to call. The name is voluntarily long so that it will not
clash with a user-defined parameter.
METHOD_NAME_PARAM
public static final String METHOD_NAME_PARAM
- Name of the parameter in the HTTP request that represents the name of the
Test method to call. The name is voluntarily long so that it will not
clash with a user-defined parameter.
SERVICE_NAME_PARAM
public static final String SERVICE_NAME_PARAM
- Name of the parameter in the HTTP request that specify the service asked
to the Redirector Servlet. It can be either to ask the Redirector Servlet
to call the test method or to ask the Redirector Servlet to return the
result of the last test.
- See Also:
ServiceEnumeration
ServiceDefinition
public ServiceDefinition()
- Constants that define HTTP parameters required for defining a service that
is performed by the
ServletTestRedirector
servlet.
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.