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