org.apache.myfaces.config.impl.digester.elements
Class NavigationRuleImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.NavigationRule
      extended by 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

Constructor Summary
NavigationRuleImpl()
           
 
Method Summary
 void addNavigationCase(NavigationCase value)
           
 String getFromViewId()
           
 List<NavigationCase> getNavigationCases()
           
 void setFromViewId(String fromViewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationRuleImpl

public NavigationRuleImpl()
Method Detail

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 NavigationCases


Copyright © 2015 The Apache Software Foundation. All rights reserved.