javax.faces.flow
Class ReturnNode

java.lang.Object
  extended by javax.faces.flow.FlowNode
      extended by javax.faces.flow.ReturnNode

public abstract class ReturnNode
extends FlowNode

Since:
2.2

Constructor Summary
ReturnNode()
           
 
Method Summary
abstract  String getFromOutcome(FacesContext context)
           
 
Methods inherited from class javax.faces.flow.FlowNode
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnNode

public ReturnNode()
Method Detail

getFromOutcome

public abstract String getFromOutcome(FacesContext context)


Copyright © 2015 The Apache Software Foundation. All rights reserved.