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:
- java.io.Serializable
public class NavigationCase
- extends NavigationCase
- implements java.io.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 java.lang.String getFromAction()
- Specified by:
getFromAction
in class NavigationCase
setFromAction
public void setFromAction(java.lang.String fromAction)
getFromOutcome
public java.lang.String getFromOutcome()
- Specified by:
getFromOutcome
in class NavigationCase
setFromOutcome
public void setFromOutcome(java.lang.String fromOutcome)
getIf
public java.lang.String getIf()
- Specified by:
getIf
in class NavigationCase
setIf
public void setIf(java.lang.String ifValue)
getToViewId
public java.lang.String getToViewId()
- Specified by:
getToViewId
in class NavigationCase
setToViewId
public void setToViewId(java.lang.String toViewId)
setRedirect
public void setRedirect(Redirect redirect)
getRedirect
public Redirect getRedirect()
- Specified by:
getRedirect
in class NavigationCase
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.