org.apache.shale.view.faces
Class FacesConstants

java.lang.Object
  extended by org.apache.shale.view.faces.FacesConstants

public final class FacesConstants
extends java.lang.Object

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 java.lang.String EXCEPTIONS_LIST
          Request scope attribute under which a java.util.List of exceptions accumulated during the current request processing lifecycle are accumulated.
static java.lang.String VIEW_CALLBACKS
          Application scope attribute under which the ViewControllerCallbacks instance for this application is stored.
static java.lang.String VIEW_POSTBACK
          Request scope attribute under which a Boolean.TRUE flag is stored if this request is a postback.
static java.lang.String VIEWS_INITIALIZED
          Request scope attribute under which a List containing all ViewControllers 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

EXCEPTIONS_LIST

public static final java.lang.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.

See Also:
Constant Field Values

VIEW_CALLBACKS

public static final java.lang.String VIEW_CALLBACKS

Application scope attribute under which the ViewControllerCallbacks instance for this application is stored.

See Also:
Constant Field Values

VIEWS_INITIALIZED

public static final java.lang.String VIEWS_INITIALIZED

Request scope attribute under which a List containing all ViewControllers that have been initialized for the current request are stored.

See Also:
Constant Field Values

VIEW_POSTBACK

public static final java.lang.String VIEW_POSTBACK

Request scope attribute under which a Boolean.TRUE flag is stored if this request is a postback.

See Also:
Constant Field Values


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.