public class NavigationCase extends Object implements NavigationCase
| Constructor and Description |
|---|
NavigationCase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromAction() |
String |
getFromOutcome() |
String |
getToViewId() |
boolean |
isRedirect() |
void |
setFromAction(String fromAction) |
void |
setFromOutcome(String fromOutcome) |
void |
setRedirect() |
void |
setToViewId(String toViewId) |
public String getFromAction()
getFromAction in interface NavigationCasepublic void setFromAction(String fromAction)
public String getFromOutcome()
getFromOutcome in interface NavigationCasepublic void setFromOutcome(String fromOutcome)
public String getToViewId()
getToViewId in interface NavigationCasepublic void setToViewId(String toViewId)
public void setRedirect()
public boolean isRedirect()
isRedirect in interface NavigationCaseCopyright © 2013 Apache Software Foundation. All Rights Reserved.