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
All Methods Instance Methods Concrete Methods 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 Detail
-
AjaxNoAjaxExceptionHandler
public AjaxNoAjaxExceptionHandler(AjaxExceptionHandlerImpl ajaxExceptionHandlerImpl, ExceptionHandlerImpl exceptionHandlerImpl)
-
-
Method Detail
-
getWrapped
public ExceptionHandler 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.
-
-