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: 698799 $ $Date: 2008-09-24 21:03:47 -0500 (Wed, 24 Sep 2008) $
Author:
Manfred Geiler (latest modification by $Author: slessard $)

Method Summary
 java.lang.String getFromViewId()
           
 java.util.Collection<? extends NavigationCase> getNavigationCases()
           
 

Method Detail

getFromViewId

java.lang.String getFromViewId()

getNavigationCases

java.util.Collection<? extends NavigationCase> getNavigationCases()
Returns:
a Collection of NavigationCases


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