org.apache.myfaces.config.element
Interface NavigationRule
- All Superinterfaces:
- ElementBase
- All Known Implementing Classes:
- NavigationRule
public interface NavigationRule
- extends ElementBase
Entry of the Collection returned by
RuntimeConfig.getNavigationRules()
.
- Version:
- $Revision: 530668 $ $Date: 2007-04-20 01:40:54 -0500 (Fri, 20 Apr 2007) $
- Author:
- Manfred Geiler (latest modification by $Author: mmarinschek $)
getFromViewId
java.lang.String getFromViewId()
getNavigationCases
java.util.Collection getNavigationCases()
- Returns:
- a Collection of
NavigationCase
s
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.