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 NavigationCase
public void setFromAction(String fromAction)
public String getFromOutcome()
getFromOutcome
in interface NavigationCase
public void setFromOutcome(String fromOutcome)
public String getToViewId()
getToViewId
in interface NavigationCase
public void setToViewId(String toViewId)
public void setRedirect()
public boolean isRedirect()
isRedirect
in interface NavigationCase
Copyright © 2013 Apache Software Foundation. All Rights Reserved.