Base class for actions that delegate to methods on beans (POJOs - Plain Old
Java Objects). Acts as an adapter that adapts an
Object method to the
Spring Web Flow
Action contract.
setConversionService(ConversionService conversionService) Set the conversion service to perform type conversion of event parameters
to method arguments as neccessary.
public void
setMethodResultExposer(ActionResultExposer methodResultExposer) Configures how bean method return values should be exposed to an
executing flow that invokes this action.
Retrieves the bean to invoke a method on. Subclasses need to implement
this method.
Parameters: context - the flow execution request context the bean on which to invoke methods throws: Exception - when the bean cannot be retreived
Configures how bean method return values should be exposed to an
executing flow that invokes this action. This is optional. By default the
bean method return values do not get exposed to the executing flow.
Set the bean return value->event adaption strategy. Defaults to
SuccessEventFactory , so all bean method return values will be
interpreted as "success".
Fields inherited from org.springframework.webflow.action.AbstractAction