Skip navigation links
Spring Web Flow

Package org.springframework.webflow.action

Common action implementations invokable by flow definitions.

See: Description

Package org.springframework.webflow.action Description

Common action implementations invokable by flow definitions.

When implementing custom actions, consider subclassing AbstractAction. Alternatively, you could also subclass MultiAction to bundle several action execution methods in a single class.

Skip navigation links
Spring Web Flow