pt.digitalis.dif.controller.objects
Enum ControllerExecutionStep

java.lang.Object
  extended by java.lang.Enum<ControllerExecutionStep>
      extended by pt.digitalis.dif.controller.objects.ControllerExecutionStep
All Implemented Interfaces:
Serializable, Comparable<ControllerExecutionStep>

public enum ControllerExecutionStep
extends Enum<ControllerExecutionStep>

Represents a dispatcher execution step

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
Dec 21, 2007

Enum Constant Summary
CHAL_CLIENT_AGENT_IDENTIFICATION
          Identifies the client agent
CHAL_PUBLISH_RESULTS
          Publish results to view
CHAL_TRANSLATE_REQUEST
          Translate request from native channel request to DIF request
CHAL_VALIDATE_REQUEST
          Validate request in native channel form
DISPATCHER_AUTHENTICATION
          Authentication
DISPATCHER_AUTHORIZATION
          Authorization
DISPATCHER_CONCLUDE
          Conclude
DISPATCHER_CREATE_CONTEXT
          Create the execution context
DISPATCHER_CREATE_RESPONSE
          Create response object
DISPATCHER_EXECUTE
          Stage Execution
DISPATCHER_REDIRECTION
          Redirection
DISPATCHER_VALIDATE_REQUEST
          Validate the request
 
Method Summary
 String getDescription()
           
 String toString()
           
static ControllerExecutionStep valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ControllerExecutionStep[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CHAL_VALIDATE_REQUEST

public static final ControllerExecutionStep CHAL_VALIDATE_REQUEST
Validate request in native channel form


CHAL_TRANSLATE_REQUEST

public static final ControllerExecutionStep CHAL_TRANSLATE_REQUEST
Translate request from native channel request to DIF request


CHAL_CLIENT_AGENT_IDENTIFICATION

public static final ControllerExecutionStep CHAL_CLIENT_AGENT_IDENTIFICATION
Identifies the client agent


DISPATCHER_CREATE_CONTEXT

public static final ControllerExecutionStep DISPATCHER_CREATE_CONTEXT
Create the execution context


DISPATCHER_VALIDATE_REQUEST

public static final ControllerExecutionStep DISPATCHER_VALIDATE_REQUEST
Validate the request


DISPATCHER_AUTHENTICATION

public static final ControllerExecutionStep DISPATCHER_AUTHENTICATION
Authentication


DISPATCHER_AUTHORIZATION

public static final ControllerExecutionStep DISPATCHER_AUTHORIZATION
Authorization


DISPATCHER_EXECUTE

public static final ControllerExecutionStep DISPATCHER_EXECUTE
Stage Execution


DISPATCHER_CONCLUDE

public static final ControllerExecutionStep DISPATCHER_CONCLUDE
Conclude


DISPATCHER_REDIRECTION

public static final ControllerExecutionStep DISPATCHER_REDIRECTION
Redirection


DISPATCHER_CREATE_RESPONSE

public static final ControllerExecutionStep DISPATCHER_CREATE_RESPONSE
Create response object


CHAL_PUBLISH_RESULTS

public static final ControllerExecutionStep CHAL_PUBLISH_RESULTS
Publish results to view

Method Detail

values

public static ControllerExecutionStep[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ControllerExecutionStep c : ControllerExecutionStep.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ControllerExecutionStep valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getDescription

public String getDescription()
Returns:
the current step description

toString

public String toString()
Overrides:
toString in class Enum<ControllerExecutionStep>
See Also:
Enum.toString()


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.