Uses of Class
javax.faces.application.ViewHandler

Packages that use ViewHandler
javax.faces.application   
 

Uses of ViewHandler in javax.faces.application
 

Subclasses of ViewHandler in javax.faces.application
 class ViewHandlerWrapper
          see Javadoc of JSF Specification
 

Methods in javax.faces.application that return ViewHandler
abstract  ViewHandler Application.getViewHandler()
          Set the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
 ViewHandler ApplicationWrapper.getViewHandler()
           
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)
           
 



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