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 SummaryConstructorsConstructorDescriptionDeprecated.
- 
Method SummaryModifier and TypeMethodDescriptionabstract ExceptionHandlerIf this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- 
Constructor Details- 
ExceptionHandlerFactoryDeprecated.
- 
ExceptionHandlerFactory
 
- 
- 
Method Details- 
getExceptionHandler
- 
getWrappedIf 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:
- getWrappedin interface- FacesWrapper<ExceptionHandlerFactory>
- Returns:
- the decorated DiscoveryHandlerFactoryif this factory decorates another, ornullotherwise
- Since:
- 2.0
 
 
-