org.apache.myfaces.config.element
Interface NavigationRule

All Known Implementing Classes:
NavigationRule

public interface NavigationRule

Entry of the Collection returned by RuntimeConfig.getNavigationRules().

Version:
$Revision: 1.2 $ $Date: 2004/10/13 11:50:59 $ $Log: NavigationRule.java,v $ Revision 1.2 2004/10/13 11:50:59 matze renamed packages to org.apache Revision 1.1 2004/07/07 00:25:04 o_rossmueller tidy up config/confignew package (moved confignew classes to package config) Revision 1.2 2004/07/01 22:05:04 mwessendorf ASF switch Revision 1.1 2004/05/17 14:28:26 manolito new configuration concept
Author:
Manfred Geiler (latest modification by $Author: matze $)

Method Summary
 java.lang.String getFromViewId()
           
 java.util.Collection getNavigationCases()
           
 

Method Detail

getFromViewId

public java.lang.String getFromViewId()

getNavigationCases

public java.util.Collection getNavigationCases()
Returns:
a Collection of NavigationCases