Uses of Class
jakarta.faces.application.ViewHandler
-
Uses of ViewHandler in jakarta.faces.application
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofViewHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingViewHandler
instance.Modifier 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()
Modifier 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.ModifierConstructorDescriptionViewHandlerWrapper
(ViewHandler wrapped) If this view handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.