|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.view.faces.FacesConstants
public final class FacesConstants
Manifest constants related to Shale view support, which are specific to the internal implementation and are thus should not be directly referenced by applications. Because they are predominantly required only within the current package, the constants are declared package private unless outside access is necessary.
Field Summary | |
---|---|
static String |
EXCEPTIONS_LIST
Request scope attribute under which a java.util.List
of exceptions accumulated during the current request processing lifecycle
are accumulated. |
static String |
VIEW_CALLBACKS
Application scope attribute under which the ViewControllerCallbacks instance for this application
is stored. |
static String |
VIEW_POSTBACK
Request scope attribute under which a Boolean.TRUE
flag is stored if this request is a postback. |
static String |
VIEWS_INITIALIZED
Request scope attribute under which a List
containing all ViewController s that have been initialized
for the current request are stored. |
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 String EXCEPTIONS_LIST
Request scope attribute under which a java.util.List
of exceptions accumulated during the current request processing lifecycle
are accumulated. If there is no such List
present, then
no exceptions have been accumulated for the current request.
public static final String VIEW_CALLBACKS
Application scope attribute under which the
ViewControllerCallbacks
instance for this application
is stored.
public static final String VIEWS_INITIALIZED
Request scope attribute under which a List
containing all ViewController
s that have been initialized
for the current request are stored.
public static final String VIEW_POSTBACK
Request scope attribute under which a Boolean.TRUE
flag is stored if this request is a postback.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |