Uses of Class
jakarta.faces.context.ExceptionHandlerFactory
-
Packages that use ExceptionHandlerFactory Package Description jakarta.faces.context -
-
Uses of ExceptionHandlerFactory in jakarta.faces.context
Methods in jakarta.faces.context that return ExceptionHandlerFactory Modifier and Type Method Description ExceptionHandlerFactory
ExceptionHandlerFactory. getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.context with parameters of type ExceptionHandlerFactory Constructor Description ExceptionHandlerFactory(ExceptionHandlerFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-