Package org.apache.beehive.netui.pageflow.internal

Interface Summary
Adapter Base interface for all discoverable adapters.
PageFlowServiceProvider.HasServletRequest  
ViewRenderer  
 

Class Summary
ActionResultImpl Encapsulation of the results returned by PageFlowUtils.strutsLookup(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.lang.String[]).
AdapterContext Generic context passed to Adapter.
AdapterManager  
AnyBeanActionForm  
BindingUpdateError Encapsulation of an error that happens when a databinding expression is applied on POST.
CachedFacesBackingInfo Information that is cached per pageflow class.
CachedPageFlowInfo Information that is cached per pageflow class.
CachedSharedFlowRefInfo  
CachedSharedFlowRefInfo.SharedFlowFieldInfo  
DefaultActionForwardHandler  
DefaultExceptionsHandler  
DefaultForwardRedirectHandler Handler for redirects and server forwards.
DefaultHandler  
DefaultLoginHandler Implements default J2EE web-tier login handling.
DefaultReloadableClassHandler  
DefaultURLRewriter  
FacesBackingBeanFactory  
FlowControllerAction  
InternalConstants  
InternalExpressionUtils Internal class used to evaluate simple action expressions.
InternalUtils  
JavaControlUtils  
LegacySettings  
PageFlowBeanContext Specialization of the base ServletBeanContext that adds a Page Flow service provider to offer initialization for PageFlowController and SharedFlowControler members in a Control.
PageFlowExceptionHandler  
PageFlowRequestWrapper  
PageFlowServiceProvider Service provider that offers initialization for PageFlowController and SharedFlowControler members in a Control.
XmlBeanActionForm  
 

Exception Summary
JavaControlUtils.ControlInstantiationException  
ResponseOutputException Unchecked exception thrown in situations where output would normally be written to the response, but when the runtime is configured to throw an exception instead.
ReturnToException