| uk.org.ponder.rsf.request.ActionTarget
All known Subclasses: uk.org.ponder.rsf.swf.beans.SWFLaunchBean, uk.org.ponder.rsf.swf.beans.SWFEventBean, uk.org.ponder.rsf.flow.lite.FlowActionProxyBean,
ActionTarget | public interface ActionTarget (Code) | | On discovering a bean implementing this interface in the model as the
penultimate path component of an action binding, RSF will use this interface
to handle the action rather than invoking it reflectively.
author: Antranig Basman (amb26@ponder.org.uk) |
Method Summary | |
public Object | invokeAction(String actionname, String knownresult) Parameters: actionname - The final component of the method binding holding theaction name to be invoked. Parameters: knownresult - An "already known" result, possible arrived at throughan ActionErrorStrategy which has acted on a error caused duringthe "Apply Request Values". |
invokeAction | public Object invokeAction(String actionname, String knownresult)(Code) | | Parameters: actionname - The final component of the method binding holding theaction name to be invoked. Parameters: knownresult - An "already known" result, possible arrived at throughan ActionErrorStrategy which has acted on a error caused duringthe "Apply Request Values". The return for the action - either a String code (which shouldprobably agree with actionname or a fully processedARIResult. |
|
|