Uses of Class
javax.faces.application.NavigationHandler

Packages that use NavigationHandler
javax.faces.application   
 

Uses of NavigationHandler in javax.faces.application
 

Methods in javax.faces.application that return NavigationHandler
abstract  NavigationHandler Application.getNavigationHandler()
          Return the NavigationHandler object which is responsible for mapping from a logical (viewid, fromAction, outcome) to the URL of a view to be rendered.
 

Methods in javax.faces.application with parameters of type NavigationHandler
abstract  void Application.setNavigationHandler(NavigationHandler handler)
           
 



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