Package org.apache.shale.view.faces

This package contains integration for the Shale view controller facilities with standard JavaServer Faces extension points.

See:
          Description

Class Summary
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.
LifecycleListener LifecycleListener implements the lifecycle startup and shutdown calls (init() and destroy()) for subclasses of AbstractApplicationBean, AbstractRequestBean, and AbstractSessionBean.
ShaleViewRoot Extending the UIViewRoot to provide specialized exception handling needed for the Shale view controller to enforce the contracts of the callbacks.
SubviewComponent Specialized implementation of UINamingContainer that provides ViewController functionality for subviews.
SubviewTag JSP custom tag for the SubviewComponent component.
ViewActionListener Replacement for the default ActionListener implementation used during the Invoke Application phase of the request processing lifecycle.
ViewControllerCallbacks Utility class to perform the event callbacks specified by the ViewController interface.
ViewPhaseListener ViewPhaseListener is a JavaServer Faces PhaseListener that implements phase related functionality for the view controller portion of Shale.
ViewViewHandler ViewViewHandler is a custom implementation of ViewHandler that adds support for on-demand creation and configuration of ViewController instances, and other view related functionality.
 

Package org.apache.shale.view.faces Description

This package contains integration for the Shale view controller facilities with standard JavaServer Faces extension points. The classes here are not intended for general use by applications.



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