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 SummaryConstructors Constructor Description ExceptionHandlerFactory()Deprecated.ExceptionHandlerFactory(ExceptionHandlerFactory delegate)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ExceptionHandlergetExceptionHandler()ExceptionHandlerFactorygetWrapped()If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
 
- 
- 
- 
Constructor Detail- 
ExceptionHandlerFactory@Deprecated public ExceptionHandlerFactory() Deprecated.
 - 
ExceptionHandlerFactorypublic ExceptionHandlerFactory(ExceptionHandlerFactory delegate) 
 
- 
 - 
Method Detail- 
getExceptionHandlerpublic abstract ExceptionHandler getExceptionHandler() 
 - 
getWrappedpublic 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. 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
 
 
- 
 
-