org.apache.struts.taglib.html

Class Constants

public class Constants extends Object

Manifest constants for this package.
Field Summary
static StringBEAN_KEY
The attribute key for the bean our form is related to.
static StringCANCEL_PROPERTY
The property under which a Cancel button press is reported.
static StringCANCEL_PROPERTY_X
The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.
static StringFORM_KEY
The attribute key for the form tag itself.
static StringPackage
The name of this package.
static StringSELECT_KEY
The attribute key for the select tag itself.
static StringTOKEN_KEY
The property under which a transaction token is reported.

Field Detail

BEAN_KEY

public static final String BEAN_KEY
The attribute key for the bean our form is related to.

CANCEL_PROPERTY

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

CANCEL_PROPERTY_X

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

FORM_KEY

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

Package

public static final String Package
The name of this package.

SELECT_KEY

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

TOKEN_KEY

public static final String TOKEN_KEY
The property under which a transaction token is reported.
Copyright B) 2000-2007 - The Apache Software Foundation