Package jakarta.faces.context
Class ExceptionHandlerFactory
java.lang.Object
jakarta.faces.context.ExceptionHandlerFactory
- All Implemented Interfaces:
FacesWrapper<ExceptionHandlerFactory>
public abstract class ExceptionHandlerFactory
extends Object
implements FacesWrapper<ExceptionHandlerFactory>
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionabstract ExceptionHandler
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
-
Constructor Details
-
ExceptionHandlerFactory
Deprecated. -
ExceptionHandlerFactory
-
-
Method Details
-
getExceptionHandler
-
getWrapped
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returnsnull
.- Specified by:
getWrapped
in interfaceFacesWrapper<ExceptionHandlerFactory>
- Returns:
- the decorated
DiscoveryHandlerFactory
if this factory decorates another, ornull
otherwise - Since:
- 2.0
-