Uses of Class
javax.faces.application.ViewHandler

Packages that use ViewHandler
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 ViewHandler in javax.faces.application
 

Subclasses of ViewHandler in javax.faces.application
 class ViewHandlerWrapper
          Provides a simple implementation of ViewHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ViewHandler instance.
 

Methods in javax.faces.application that return ViewHandler
abstract  ViewHandler Application.getViewHandler()
          Return the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
 ViewHandler ApplicationWrapper.getViewHandler()
          

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

 ViewHandler ApplicationWrapper.getViewHandler()
          

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

abstract  ViewHandler Application.getViewHandler()
          Return the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
abstract  ViewHandler ViewHandlerWrapper.getWrapped()
           
abstract  ViewHandler ViewHandlerWrapper.getWrapped()
           
 

Methods in javax.faces.application with parameters of type ViewHandler
abstract  void Application.setViewHandler(ViewHandler handler)
          Set the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
 void ApplicationWrapper.setViewHandler(ViewHandler handler)
          

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

 void ApplicationWrapper.setViewHandler(ViewHandler handler)
          

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

abstract  void Application.setViewHandler(ViewHandler handler)
          Set the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
 



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