edu.uoc.pfc.j2ee.jalonsod.mtp.request.taglib
Class Constants

java.lang.Object
  extended by edu.uoc.pfc.j2ee.jalonsod.mtp.request.taglib.Constants

public class Constants
extends java.lang.Object

File: Constants.java Created: 2012-05-19 Contains the names of the page context attributes used by the tag library.

Author:
José Alonso de Motta

Field Summary
static java.lang.String MTP_TAGLIB_VARIABLE_LANGUAGE
           
static java.lang.String MTP_TAGLIB_VARIABLE_REQUEST_ATTRIBUTE
           
static java.lang.String MTP_TAGLIB_VARIABLE_REQUEST_FORM_INSTANCE_PARAMETER
           
static java.lang.String MTP_TAGLIB_VARIABLE_REQUEST_MODEL
           
static java.lang.String MTP_TAGLIB_VARIABLE_REQUEST_MODEL_INSTANCE
           
static java.lang.String MTP_TAGLIB_VARIABLE_REQUEST_MODEL_RESPONSE
           
static java.lang.String MTP_TAGLIB_VARIABLE_REQUEST_RESULT
           
static java.lang.String MTP_TAGLIB_VARIABLE_SESSION_ATTRIBUTE
           
static java.lang.String MTP_TAGLIB_VARIABLE_SESSION_ROLE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MTP_TAGLIB_VARIABLE_SESSION_ROLE

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

MTP_TAGLIB_VARIABLE_SESSION_ATTRIBUTE

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

MTP_TAGLIB_VARIABLE_LANGUAGE

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

MTP_TAGLIB_VARIABLE_REQUEST_ATTRIBUTE

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

MTP_TAGLIB_VARIABLE_REQUEST_MODEL

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

MTP_TAGLIB_VARIABLE_REQUEST_MODEL_INSTANCE

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

MTP_TAGLIB_VARIABLE_REQUEST_FORM_INSTANCE_PARAMETER

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

MTP_TAGLIB_VARIABLE_REQUEST_RESULT

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

MTP_TAGLIB_VARIABLE_REQUEST_MODEL_RESPONSE

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

Constants

public Constants()