uk.org.ponder.rsf.processor |
Components implementing high-level RSF logic for handling the request cycle,
invoking application actions and interpreting results. Contains the two main
logic controllers, "RenderHandler" and "ActionHandler", responsible for render
cycles and action cycles respectively.
|
Java Source File Name | Type | Comment |
ActionHandler.java | Interface | The interface from the RootHandlerBean to the ActionHandler, responsible
for handling for handling an HTTP POST
request, or other non-idempotent web service "action" cycle. |
DefaultFatalErrorHandler.java | Class | The default FatalErrorHandler for RSF. |
DefaultHandlerResolver.java | Class | A request-scope bean performing default resolution of ActionHandler and
RenderHandler onto RSFActionHandler and RSFRenderHandler respectively. |
ErrorHandler.java | Interface | |
FatalErrorHandler.java | Interface | A bean handling "double-fault" rendering errors implements this
interface. |
HandlerHook.java | Interface | Register a hook in the "handler chain" from the RootBeanHandler. |
HandlerHookHandler.java | Class | |
NullHandlerHook.java | Class | |
PostDecoder.java | Class | A request-scope bean whose job is to determine the (topologically sorted) set
of submitted request submitted values for this POST request. |
RenderHandler.java | Interface | Performs the core request work of rendering a view. |
RenderHandlerBracketer.java | Class | This request-scope bean exists to bracket the creation and operation of the
rendering process, such that any "first" exception causes a redirect to a
default view. |
RequestNormalizer.java | Class | |
RSFActionHandler.java | Class | ActionHandler is a request scope bean responsible for handling an HTTP POST
request, or other non-idempotent web service "action" cycle. |
RSFRenderHandler.java | Class | Controls the operation of a "render cycle" of RSF. |