org.apache.cactus
Interface HttpServiceDefinition


public interface HttpServiceDefinition

Constants that define HTTP parameters required for defining a service that is performed by the ServletTestRedirector servlet.

Version:
$Id: HttpServiceDefinition.java,v 1.1 2002/07/21 11:36:54 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
HttpServiceDefinition()
           
 

Field Detail

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
Constructor Detail

HttpServiceDefinition

public HttpServiceDefinition()


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