public abstract class ReturnNode extends FlowNode
フローグラフのリターンノードを表します。制御が戻りノードに渡されると、その getFromOutcome(javax.faces.context.FacesContext) が呼び出されて、フローグラフの次のノードが決定されます。
| コンストラクターと説明 |
|---|
ReturnNode() |
| 修飾子と型 | メソッドと説明 |
|---|---|
abstract StringSE | getFromOutcome(FacesContext context) 制御がこの戻りノードに渡されるときに使用される |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic abstract StringSE getFromOutcome(FacesContext context)
制御がこの戻りノードに渡されるときに使用される fromOutcome を返します。
context - このリクエストの FacesContextfromOutcomeNullPointerExceptionSE - context が null の場合。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.