|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.taglib.html.Constants
public class Constants
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 |
---|
public static final java.lang.String NOME_MODULO
public static final java.lang.String Package
public static final java.lang.String CANCEL_PROPERTY
public static final java.lang.String CANCEL_PROPERTY_X
public static final java.lang.String FORM_KEY
public static final java.lang.String SELECT_KEY
public static final java.lang.String TOKEN_KEY
public static final java.lang.String XHTML_KEY
public static final java.lang.String ERROR_KEY
org.apache.struts.action.ActionErrors
object, if you are
using the corresponding custom tag library elements.
public static final java.lang.String MESSAGES_KEY
public static final java.lang.String EXCEPTION_KEY
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.
public static final java.lang.String DEFAULT_FORM_NAME
Constructor Detail |
---|
public Constants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |