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: 684459 $ $Date: 2008-08-10 06:13:56 -0500 (Sun, 10 Aug 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

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

Method Detail

getFromViewId

java.lang.String getFromViewId()

getNavigationCases

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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.