public class BackwardsCompatibleNavigationHandlerWrapper
extends ConfigurableNavigationHandler
This class is used as a double wrapper for NavigationHandler
 and ConfigurableNavigationHandler to be backwards compatible
 to the pre JSF 2.0 NavigationHandlers which are not 
 ConfigurableNavigationHandlers (since JSF 2.0 the standard
 NavigationHandler implementation has to inherit from
 ConfigurableNavigationHandler).
 
 It just passes through handleNavigation() to the wrapped
 NavigationHandler and getNavigationCase() and getNavigationCases()
 to the wrapped ConfigurableNavigationHandler.
- Version:
- $Revision: 916247 $ $Date: 2010-02-25 11:00:37 +0000 (Thu, 25 Feb 2010) $
- Author:
- Jakob Korherr (latest modification by $Author: jakobk $)