|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.xsp.complex.ValueBindingObjectImpl com.ibm.xsp.application.NavigationRule
public class NavigationRule
An individual decision rule that indicates which page should be opened next as implemented in JSF
Constructor Summary | |
---|---|
NavigationRule()
|
Method Summary | |
---|---|
java.lang.String |
getOutcome()
Returns the logical outcome returned by a previous invoked application action (which may be null) |
java.lang.String |
getViewId()
Return the view identifier for the current request |
boolean |
isRedirect()
Returns if the outcome is to be redirected |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setOutcome(java.lang.String outcome)
Sets the outcome of where the rule should go |
void |
setRedirect(boolean redirect)
Sets the redirect |
void |
setViewId(java.lang.String viewId)
Sets the view identifier for the current request |
java.lang.String |
toString()
|
Methods inherited from class com.ibm.xsp.complex.ValueBindingObjectImpl |
---|
getComponent, getFacesContext, getValueBinding, isTransient, setComponent, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NavigationRule()
Method Detail |
---|
public java.lang.String getOutcome()
outcome
returned by a previous invoked application action (which may be null)
outcome
public void setOutcome(java.lang.String outcome)
outcome
of where the rule should go
outcome
- public java.lang.String getViewId()
viewId
.public void setViewId(java.lang.String viewId)
viewId
- public boolean isRedirect()
redirect
is set, false if notpublic void setRedirect(boolean redirect)
redirect
redirect
- public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class ValueBindingObjectImpl
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class ValueBindingObjectImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |