Encapsulation of the results returned by |
|
Interface for specifying alternate locations for auto-registered Struts modules. |
|
Constants related to Page Flows. |
|
ActionServlet that dynamically registers requested modules based on registered module configuration file locators. |
|
Extension of org.apache.struts.validator.DynaValidatorForm that implements Map. |
|
ActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler. |
|
Base class for user-written flow controllers - PageFlowControllers and Global.app. |
|
Factory for creating |
|
Base class for form-beans associated with action methods in |
|
An object of this type is returned from an action methods in a |
|
Base class for user-defined global state and fallback controller logic. |
|
ActionServlet that dynamically registers modules based on naming/location conventions for Struts configuration files that are generated by the Page Flow compiler. |
|
Default ModuleConfigLocator that looks for Struts module configuration files according to the pattern "/WEB-INF/.pageflow-struts-generated/jpf-struts-config-<module>". |
|
ModuleConfigLocator that looks for legacy Struts module configuration files according to the pattern "/WEB-INF/jpf-struts-config-<module>". |
|
Performs various initialization at ServletContext-init time. |
|
Base class for user-defined state and controller logic associated with a particular web application directory. |
|
File filter that accepts any |
|
The Page Flow extension of the Struts RequestProcessor, which contains callbacks that are invoked during processing of a request to the Struts action servlet. |
|
Stack for keeping track of a series of nested page flows. |
|
str Utility methods related to Page Flow. |
|
Stores information about a recent action execution within a pageflow -- used with
Used with |
|
Stores information about a previously-displayed page, as well as its initialization data. |
|
An inner class that represnts the data that will be used to perform an update. |
Exception that occurs when the user tries to execute an action that does not exist on the page flow. |
|
Exception that occurs when the user invokes an action in a nested page flow that is qualified
with a |
|
Base type for errors related to output forms on Forwards. |
|
Exception that occurs when the first output form for a Forward resolves to a
|
|
Exception that occurs when a page input has been added to a Forward that resolves to a
|
|
Exception that occurs when an output form has been added to a Forward that resolves to a
|
|
Exception that occurs when the user invokes an action that is qualified with a
|
|
Exception thrown when |
|
Action that occurs when the user invokes an action that is qualified with either a
|
|
Exception that occurs when the current action method does not accept the type of form passed in the Forward to the action. |
|
Exception that occurs when the user attempts to execute an action marked with the |
|
Exception that occurs when the user attempts to execute an action marked with the
|
|
Exception thrown when:
|
|
Base class for PageFlow-related Exceptions. |
|
Exception that is thrown when an action method marked with |
|
Exception thrown by |