Uses of Class
javax.faces.application.NavigationHandler

Packages that use NavigationHandler
javax.faces.application APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. 
 

Uses of NavigationHandler in javax.faces.application
 

Subclasses of NavigationHandler in javax.faces.application
 class ConfigurableNavigationHandler
          

ConfigurableNavigationHandler extends the contract of NavigationHandler to allow runtime inspection of the NavigationCases that make up the rule-base for navigation.

 

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()
          

The default behavior of this method is to call Application.getNavigationHandler() on the wrapped Application object.

 NavigationHandler ApplicationWrapper.getNavigationHandler()
          

The default behavior of this method is to call Application.getNavigationHandler() on the wrapped Application object.

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

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)
          

The default behavior of this method is to call Application.setNavigationHandler(NavigationHandler) on the wrapped Application object.

 void ApplicationWrapper.setNavigationHandler(NavigationHandler handler)
          

The default behavior of this method is to call Application.setNavigationHandler(NavigationHandler) on the wrapped Application object.

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.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.