org.springframework.webflow.action
Class ViewFactoryActionAdapter

java.lang.Object
  extended by org.springframework.webflow.action.AbstractAction
      extended by org.springframework.webflow.action.ViewFactoryActionAdapter
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, Action

public class ViewFactoryActionAdapter
extends AbstractAction

Simple adapter that adapts a view factory render cycle to the action interface.

Author:
Keith Donald

Constructor Summary
ViewFactoryActionAdapter(ViewFactory viewFactory)
          Creates a new view factory action adapter
 
Method Summary
 
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFactoryActionAdapter

public ViewFactoryActionAdapter(ViewFactory viewFactory)
Creates a new view factory action adapter

Parameters:
viewFactory - the view factory to adapt to the Action interface.