Uses of Class
jakarta.faces.application.ViewHandler
Packages that use ViewHandler
-
Uses of ViewHandler in jakarta.faces.application
Subclasses of ViewHandler in jakarta.faces.applicationModifier and TypeClassDescriptionclassProvides a simple implementation ofViewHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingViewHandlerinstance.Methods in jakarta.faces.application that return ViewHandlerModifier and TypeMethodDescriptionabstract ViewHandlerApplication.getViewHandler()Return theViewHandlerinstance 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 wrappedApplicationobject.ViewHandlerWrapper.getWrapped()Methods in jakarta.faces.application with parameters of type ViewHandlerModifier and TypeMethodDescriptionabstract voidApplication.setViewHandler(ViewHandler handler) Set theViewHandlerinstance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.voidApplicationWrapper.setViewHandler(ViewHandler handler) The default behavior of this method is to callApplication.setViewHandler(ViewHandler)on the wrappedApplicationobject.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.