org.springframework.webflow.action
Class RenderAction

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

public class RenderAction
extends AbstractAction

An action that sets a special attribute that views use to render partial views called "fragments", instead of the entire view.

Author:
Keith Donald

Constructor Summary
RenderAction(Expression[] fragmentExpressions)
          Creates a new render action.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderAction

public RenderAction(Expression[] fragmentExpressions)
Creates a new render action.

Parameters:
fragmentExpressions - the set of expressions to resolve the view fragments to render
Method Detail

toString

public String toString()
Overrides:
toString in class Object