edu.uoc.pfc.lcamps.webapp.catwings.constants
Class ActionConstants

java.lang.Object
  extended by edu.uoc.pfc.lcamps.webapp.catwings.constants.ActionConstants

public class ActionConstants
extends java.lang.Object

Classe de constants que s'utilitzarĂ n en les Action

Author:
Llorenç Camps

Field Summary
static java.lang.String HTTP_REQUEST_ATTRIBUTE_RESULT_CONSULTA_VOLS
           
static java.lang.String HTTP_REQUEST_ATTRIBUTE_RESULT_INFO_RESERVA
           
static java.lang.String MAPPING_ERROR
           
static java.lang.String MAPPING_OK
           
 
Constructor Summary
ActionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPPING_OK

public static final java.lang.String MAPPING_OK
See Also:
Constant Field Values

MAPPING_ERROR

public static final java.lang.String MAPPING_ERROR
See Also:
Constant Field Values

HTTP_REQUEST_ATTRIBUTE_RESULT_CONSULTA_VOLS

public static final java.lang.String HTTP_REQUEST_ATTRIBUTE_RESULT_CONSULTA_VOLS
See Also:
Constant Field Values

HTTP_REQUEST_ATTRIBUTE_RESULT_INFO_RESERVA

public static final java.lang.String HTTP_REQUEST_ATTRIBUTE_RESULT_INFO_RESERVA
See Also:
Constant Field Values
Constructor Detail

ActionConstants

public ActionConstants()