All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.webflow.action.package.html Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version


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.

The {@link org.springframework.webflow.action.FormAction} provides powerful input form handling functionality.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy