Package com.webmethods.caf.faces.portlet
Class PortletExceptionHandlerImpl
java.lang.Object
javax.faces.context.ExceptionHandler
javax.faces.context.ExceptionHandlerWrapper
com.webmethods.caf.faces.portlet.PortletExceptionHandlerImpl
- All Implemented Interfaces:
EventListener
,FacesListener
,SystemEventListener
,FacesWrapper<ExceptionHandler>
Override exception handler to provide the error messages for portlets
that are a fragment of a larger page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle()
protected boolean
void
processEvent
(SystemEvent event) Methods inherited from class javax.faces.context.ExceptionHandlerWrapper
getRootCause, isListenerForSource
-
Constructor Details
-
PortletExceptionHandlerImpl
-
-
Method Details
-
getWrapped
- Specified by:
getWrapped
in interfaceFacesWrapper<ExceptionHandler>
- Overrides:
getWrapped
in classExceptionHandlerWrapper
-
isNonAjaxPortletRequest
protected boolean isNonAjaxPortletRequest() -
getHandledExceptionQueuedEvent
- Overrides:
getHandledExceptionQueuedEvent
in classExceptionHandlerWrapper
- See Also:
-
handle
- Overrides:
handle
in classExceptionHandlerWrapper
- Throws:
FacesException
- See Also:
-
processEvent
- Specified by:
processEvent
in interfaceSystemEventListener
- Overrides:
processEvent
in classExceptionHandlerWrapper
- Throws:
AbortProcessingException
- See Also:
-
getUnhandledExceptionQueuedEvents
- Overrides:
getUnhandledExceptionQueuedEvents
in classExceptionHandlerWrapper
- See Also:
-
getHandledExceptionQueuedEvents
- Overrides:
getHandledExceptionQueuedEvents
in classExceptionHandlerWrapper
- See Also:
-