org.apache.myfaces.config.impl.digester.elements
Class NavigationCase
java.lang.Object
org.apache.myfaces.config.element.NavigationCase
org.apache.myfaces.config.impl.digester.elements.NavigationCase
- All Implemented Interfaces:
- Serializable
public class NavigationCase
- extends NavigationCase
- implements Serializable
- Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationCase
public NavigationCase()
getFromAction
public String getFromAction()
- Specified by:
getFromAction
in class NavigationCase
setFromAction
public void setFromAction(String fromAction)
getFromOutcome
public String getFromOutcome()
- Specified by:
getFromOutcome
in class NavigationCase
setFromOutcome
public void setFromOutcome(String fromOutcome)
getIf
public String getIf()
- Specified by:
getIf
in class NavigationCase
setIf
public void setIf(String ifValue)
getToViewId
public String getToViewId()
- Specified by:
getToViewId
in class NavigationCase
setToViewId
public void setToViewId(String toViewId)
setRedirect
public void setRedirect(Redirect redirect)
getRedirect
public Redirect getRedirect()
- Specified by:
getRedirect
in class NavigationCase
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.