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