| uk.org.ponder.rsf.processor.ActionHandler
All known Subclasses: uk.org.ponder.rsf.processor.RSFActionHandler,
ActionHandler | public interface ActionHandler (Code) | | 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. The default
implementation is RSFActionHandler.
author: Antranig Basman (amb26@ponder.org.uk) |
Method Summary | |
public ARIResult | getARIResult() | public AnyViewParameters | handle() Handle this request, and return a ViewParameters object representing
the navigation state which should be redirected to when this cycle
finishes. |
handle | public AnyViewParameters handle()(Code) | | Handle this request, and return a ViewParameters object representing
the navigation state which should be redirected to when this cycle
finishes.
The resulting view state, which will be presented to theRenderHandler on the next cycle. |
|
|