|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
NavigationHandler |
ApplicationWrapper.getNavigationHandler()
The default behavior of this method
is to call |
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 |
void |
ApplicationWrapper.setNavigationHandler(NavigationHandler handler)
The default behavior of this method
is to call |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |