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
 ViewHandler ApplicationWrapper.getViewHandler()
           
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.
abstract  ViewHandler ViewHandlerWrapper.getWrapped()
           
 

Methods in javax.faces.application with parameters of type ViewHandler
 void ApplicationWrapper.setViewHandler(ViewHandler handler)
           
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 © 2012 The Apache Software Foundation. All Rights Reserved.