Class WebFlowProfileActionAdaptor

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

@ThreadSafe public class WebFlowProfileActionAdaptor extends AbstractProfileAction
Adaptor that wraps a ProfileAction with a Spring Web Flow compatible action implementation so that it can be executed as part of a flow.
  • Field Details

    • action

      @Nonnull private final ProfileAction action
      A POJO bean being adapted.
  • Constructor Details

    • WebFlowProfileActionAdaptor

      public WebFlowProfileActionAdaptor(@Nonnull ProfileAction profileAction)
      Constructor.
      Parameters:
      profileAction - the POJO bean to adapt to Web Flow use
  • Method Details