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 ExceptionHandlergetWrapped()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:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrappedin interfaceFacesWrapper<ExceptionHandler>- Overrides:
getWrappedin classExceptionHandlerWrapper- Returns:
- the wrapped instance.
-