Uses of Class
jakarta.faces.application.ViewHandler
Packages that use ViewHandler
Package
Description
-
Uses of ViewHandler in com.sun.faces.application
Methods in com.sun.faces.application that return ViewHandlerMethods in com.sun.faces.application with parameters of type ViewHandler -
Uses of ViewHandler in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ViewHandlerMethods in com.sun.faces.application.applicationimpl with parameters of type ViewHandler -
Uses of ViewHandler in com.sun.faces.application.view
Subclasses of ViewHandler in com.sun.faces.application.viewModifier and TypeClassDescriptionclass
ThisViewHandler
implementation handles the Facelets VDL-based views. -
Uses of ViewHandler in com.sun.faces.util
Methods in com.sun.faces.util that return ViewHandler -
Uses of ViewHandler in jakarta.faces.application
Subclasses of ViewHandler in jakarta.faces.applicationModifier and TypeClassDescriptionclass
Provides a simple implementation ofViewHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingViewHandler
instance.Methods in jakarta.faces.application that return ViewHandlerModifier and TypeMethodDescriptionabstract ViewHandler
Application.getViewHandler()
Return theViewHandler
instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.ApplicationWrapper.getViewHandler()
The default behavior of this method is to callApplication.getViewHandler()
on the wrappedApplication
object.ViewHandlerWrapper.getWrapped()
Methods in jakarta.faces.application with parameters of type ViewHandlerModifier and TypeMethodDescriptionabstract void
Application.setViewHandler
(ViewHandler handler) Set theViewHandler
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 callApplication.setViewHandler(ViewHandler)
on the wrappedApplication
object.Constructors in jakarta.faces.application with parameters of type ViewHandlerModifierConstructorDescriptionViewHandlerWrapper
(ViewHandler wrapped) If this view handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.