Common action implementations invokable by flow definitions.

When implementing custom actions, consider subclassing {@link org.springframework.webflow.action.AbstractAction}. Alternatively, you could also subclass {@link org.springframework.webflow.action.MultiAction} to bundle several action execution methods in a single class.