org.apache.myfaces.config.impl.digester.elements
Class NavigationRule
java.lang.Object
org.apache.myfaces.config.element.NavigationRule
org.apache.myfaces.config.impl.digester.elements.NavigationRule
- All Implemented Interfaces:
- Serializable
public class NavigationRule
- extends NavigationRule
- 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 |
NavigationRule
public NavigationRule()
getFromViewId
public String getFromViewId()
- Specified by:
getFromViewId
in class NavigationRule
setFromViewId
public void setFromViewId(String fromViewId)
addNavigationCase
public void addNavigationCase(NavigationCase value)
getNavigationCases
public Collection<NavigationCase> getNavigationCases()
- Specified by:
getNavigationCases
in class NavigationRule
- Returns:
- a Collection of
NavigationCase
s
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.