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

Interface Summary
InternalConstants  
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[]).
AdapterManager  
AnnotationReader Utility for reading XML files that describe annotations in classes.
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  
DefaultTemplatedURLFormatter Default implementation of TemplatedURLFormatter for formatting URLs based on templates from a URL template config file.
DefaultURLRewriter  
DefaultURLTemplatesFactory Methods for configuring and retrieving the URLTemplate object.
DeferredSessionStorageHandler This alternate session storage handler does not write any attribute into the session until the very end of a chain of forwarded requests (i.e., not even at the end of an inner forwarded request).
ExpressionAwareMessageResources Message resources extension that knows how to evaluate JSP 2.0-style expressions (set in the message keys) that are prefixed with a special indicator string.
FlowControllerAction  
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.
SimpleSessionStorageHandler This storage handler simply puts/gets attributes in the session.
URIContextFactory Factory for the URIContext with the data needed to write out a string form of a MutableURI.
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  
UnhandledException ServletException derivative thrown when an exception occurred during action processing, and the exception was not handled by any exception handler.