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
public class AjaxNoAjaxExceptionHandler extends ExceptionHandlerWrapper
-
Constructor Summary
Constructors Constructor Description AjaxNoAjaxExceptionHandler(AjaxExceptionHandlerImpl ajaxExceptionHandlerImpl, ExceptionHandlerImpl exceptionHandlerImpl)
-
Method Summary
Modifier and Type Method Description ExceptionHandler
getWrapped()
A class that implements this interface uses this method to return an instance of the class being wrapped.Methods inherited from class jakarta.faces.context.ExceptionHandlerWrapper
getHandledExceptionQueuedEvent, getHandledExceptionQueuedEvents, getRootCause, getUnhandledExceptionQueuedEvents, handle, isListenerForSource, processEvent
-
Constructor Details
-
AjaxNoAjaxExceptionHandler
public AjaxNoAjaxExceptionHandler(AjaxExceptionHandlerImpl ajaxExceptionHandlerImpl, ExceptionHandlerImpl exceptionHandlerImpl)
-
-
Method Details
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interfaceFacesWrapper<ExceptionHandler>
- Overrides:
getWrapped
in classExceptionHandlerWrapper
- Returns:
- the wrapped instance.
-