Uses of Class
javax.faces.application.NavigationHandler

Packages that use NavigationHandler
javax.faces.application   
 

Uses of NavigationHandler in javax.faces.application
 

Subclasses of NavigationHandler in javax.faces.application
 class ConfigurableNavigationHandler
           
 

Methods in javax.faces.application that return NavigationHandler
abstract  NavigationHandler Application.getNavigationHandler()
          Return the NavigationHandler instance that will be passed the outcome returned by any invoked application action for this web application.
 NavigationHandler ApplicationWrapper.getNavigationHandler()
           
 

Methods in javax.faces.application with parameters of type NavigationHandler
abstract  void Application.setNavigationHandler(NavigationHandler handler)
          Set the NavigationHandler instance that will be passed the outcome returned by any invoked application action for this web application.
 void ApplicationWrapper.setNavigationHandler(NavigationHandler handler)
           
 



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