|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.application.NavigationCase
public class NavigationCase
NavigationCase
represents a <navigation-case>
in the navigation
rule base, as well as the <from-view-id>
inside
which this <navigation-case>
is nested.
Constructor Summary | |
---|---|
NavigationCase(NavigationCase other)
|
|
NavigationCase(String fromViewId,
String fromAction,
String fromOutcome,
String toViewId,
boolean redirect)
|
Method Summary | |
---|---|
protected Object |
clone()
|
String |
getFromAction()
Return the |
String |
getFromOutcome()
Return the |
String |
getFromViewId()
Return the
|
String |
getToViewId()
Return the |
boolean |
isRedirect()
Return the |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NavigationCase(String fromViewId, String fromAction, String fromOutcome, String toViewId, boolean redirect)
public NavigationCase(NavigationCase other)
Method Detail |
---|
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String getFromViewId()
Return the
<from-view-id>
of the
<navigation-rule>
inside which this
<navigation-case>
is nested.
public String getFromAction()
Return the <from-action>
for this
<navigation-case>
public String getFromOutcome()
Return the <from-outcome>
for this
<navigation-case>
public String getToViewId()
Return the <to-view-id>
for this
<navigation-case>
public boolean isRedirect()
Return the <redirect>
value for this
<navigation-case>
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |