Package com.sun.rave.web.ui.appbase.faces

Interface Summary
PageBeanMapper Interface describing a service used to map from a JavaServer Faces view identifier (typically the context relative path to a JSP page) to the managed bean name of the corresponding page bean.
 

Class Summary
ActionListenerImpl ActionListener implementation that cooperates with the exception caching strategy we implement in ViewHandlerImpl.
PageBeanMapperImpl Default implementation of PageBeanMapper that corresponds to the mapping performed by the IDE at design time.
ViewHandlerImpl ViewHandler implementation that allows events to be triggered upon the occurrence of specific ViewHandler method calls.