org.apache.myfaces.config.impl.digester.elements
Class NavigationCase
java.lang.Object
org.apache.myfaces.config.impl.digester.elements.NavigationCase
- All Implemented Interfaces:
- NavigationCase
public class NavigationCase
- extends java.lang.Object
- implements NavigationCase
- Author:
- Oliver Rossmueller
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 interface NavigationCase
setFromAction
public void setFromAction(java.lang.String fromAction)
getFromOutcome
public java.lang.String getFromOutcome()
- Specified by:
getFromOutcome
in interface NavigationCase
setFromOutcome
public void setFromOutcome(java.lang.String fromOutcome)
getIf
public java.lang.String getIf()
- Specified by:
getIf
in interface NavigationCase
setIf
public void setIf(java.lang.String ifValue)
getToViewId
public java.lang.String getToViewId()
- Specified by:
getToViewId
in interface NavigationCase
setToViewId
public void setToViewId(java.lang.String toViewId)
setRedirect
public void setRedirect(Redirect redirect)
getRedirect
public Redirect getRedirect()
- Specified by:
getRedirect
in interface NavigationCase
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.