Package com.sun.faces.context
Class AjaxNoAjaxExceptionHandler
java.lang.Object
jakarta.faces.context.ExceptionHandler
jakarta.faces.context.ExceptionHandlerWrapper
com.sun.faces.context.AjaxNoAjaxExceptionHandler
- All Implemented Interfaces:
- FacesListener,- SystemEventListener,- FacesWrapper<ExceptionHandler>,- EventListener
- 
Constructor SummaryConstructorsConstructorDescriptionAjaxNoAjaxExceptionHandler(AjaxExceptionHandlerImpl ajaxExceptionHandlerImpl, ExceptionHandlerImpl exceptionHandlerImpl) 
- 
Method SummaryModifier and TypeMethodDescriptionA class that implements this interface uses this method to return an instance of the class being wrapped.Methods inherited from class jakarta.faces.context.ExceptionHandlerWrappergetHandledExceptionQueuedEvent, getHandledExceptionQueuedEvents, getRootCause, getUnhandledExceptionQueuedEvents, handle, isListenerForSource, processEvent
- 
Constructor Details- 
AjaxNoAjaxExceptionHandlerpublic AjaxNoAjaxExceptionHandler(AjaxExceptionHandlerImpl ajaxExceptionHandlerImpl, ExceptionHandlerImpl exceptionHandlerImpl) 
 
- 
- 
Method Details- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped. - Specified by:
- getWrappedin interface- FacesWrapper<ExceptionHandler>
- Overrides:
- getWrappedin class- ExceptionHandlerWrapper
- Returns:
- the wrapped instance.
 
 
-