Uses of Class
javax.faces.context.ExceptionHandlerFactory
-
Packages that use ExceptionHandlerFactory Package Description javax.faces.context javax.faces.webapp -
-
Uses of ExceptionHandlerFactory in javax.faces.context
Methods in javax.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 javax.faces.context with parameters of type ExceptionHandlerFactory Constructor Description ExceptionHandlerFactory(ExceptionHandlerFactory delegate)
-
Uses of ExceptionHandlerFactory in javax.faces.webapp
Subclasses of ExceptionHandlerFactory in javax.faces.webapp Modifier and Type Class Description class
PreJsf2ExceptionHandlerFactory
-