it.eng.spago.taglib.html
Class Constants

java.lang.Object
  extended by it.eng.spago.taglib.html.Constants

public class Constants
extends java.lang.Object

Manifest constants for this package.


Field Summary
static java.lang.String CANCEL_PROPERTY
          The property under which a Cancel button press is reported.
static java.lang.String CANCEL_PROPERTY_X
          The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.
static java.lang.String DEFAULT_FORM_NAME
          Default form name if not specified.
static java.lang.String ERROR_KEY
          The request attributes key under which your action should store an org.apache.struts.action.ActionErrors object, if you are using the corresponding custom tag library elements.
static java.lang.String EXCEPTION_KEY
          The request attributes key under which Struts custom tags might store a Throwable that caused them to report a JspException at runtime.
static java.lang.String FORM_KEY
          The attribute key for the form tag itself.
static java.lang.String MESSAGES_KEY
           
static java.lang.String NOME_MODULO
           
static java.lang.String Package
          The name of this package.
static java.lang.String SELECT_KEY
          The attribute key for the select tag itself.
static java.lang.String TOKEN_KEY
          The property under which a transaction token is reported.
static java.lang.String XHTML_KEY
          The page attributes key under which xhtml status is stored.
 
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

NOME_MODULO

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

Package

public static final java.lang.String Package
The name of this package.

See Also:
Constant Field Values

CANCEL_PROPERTY

public static final java.lang.String CANCEL_PROPERTY
The property under which a Cancel button press is reported.

See Also:
Constant Field Values

CANCEL_PROPERTY_X

public static final java.lang.String CANCEL_PROPERTY_X
The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.

See Also:
Constant Field Values

FORM_KEY

public static final java.lang.String FORM_KEY
The attribute key for the form tag itself.

See Also:
Constant Field Values

SELECT_KEY

public static final java.lang.String SELECT_KEY
The attribute key for the select tag itself.

See Also:
Constant Field Values

TOKEN_KEY

public static final java.lang.String TOKEN_KEY
The property under which a transaction token is reported.

See Also:
Constant Field Values

XHTML_KEY

public static final java.lang.String XHTML_KEY
The page attributes key under which xhtml status is stored. This may be "true" or "false". When set to true, the html tags output xhtml.

Since:
Struts 1.1
See Also:
Constant Field Values

ERROR_KEY

public static final java.lang.String ERROR_KEY
The request attributes key under which your action should store an org.apache.struts.action.ActionErrors object, if you are using the corresponding custom tag library elements.

See Also:
Constant Field Values

MESSAGES_KEY

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

EXCEPTION_KEY

public static final java.lang.String EXCEPTION_KEY
The request attributes key under which Struts custom tags might store a Throwable that caused them to report a JspException at runtime. This value can be used on an error page to provide more detailed information about what really went wrong.

See Also:
Constant Field Values

DEFAULT_FORM_NAME

public static final java.lang.String DEFAULT_FORM_NAME
Default form name if not specified.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()