| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <title>ExceptionHandlerWrapper</title> |
| <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
| <script type="text/javascript" src="../../../script.js"></script> |
| |
| <link rel="shortcut icon" href="/img/jakarta-favicon.ico"> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="ExceptionHandlerWrapper"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10}; |
| var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; |
| var altColor = "altColor"; |
| var rowColor = "rowColor"; |
| var tableTab = "tableTab"; |
| var activeTableTab = "activeTableTab"; |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="../../../overview-summary.html">Overview</a></li> |
| <li><a href="package-summary.html">Package</a></li> |
| <li class="navBarCell1Rev">Class</li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../index-all.html">Index</a></li> |
| <li><a href="../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="../../../javax/faces/context/ExceptionHandlerFactory.html" title="class in javax.faces.context"><span class="typeNameLink">Prev Class</span></a></li> |
| <li><a href="../../../javax/faces/context/ExternalContext.html" title="class in javax.faces.context"><span class="typeNameLink">Next Class</span></a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../index.html?javax/faces/context/ExceptionHandlerWrapper.html" target="_top">Frames</a></li> |
| <li><a href="ExceptionHandlerWrapper.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="../../../allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li>Field | </li> |
| <li><a href="#constructor.summary">Constr</a> | </li> |
| <li><a href="#method.summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li><a href="#constructor.detail">Constr</a> | </li> |
| <li><a href="#method.detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <!-- ======== START OF CLASS DATA ======== --> |
| <div class="header"> |
| <div class="subTitle">javax.faces.context</div> |
| <h2 title="Class ExceptionHandlerWrapper" class="title">Class ExceptionHandlerWrapper</h2> |
| </div> |
| <div class="contentContainer"> |
| <ul class="inheritance"> |
| <li>java.lang.Object</li> |
| <li> |
| <ul class="inheritance"> |
| <li><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">javax.faces.context.ExceptionHandler</a></li> |
| <li> |
| <ul class="inheritance"> |
| <li>javax.faces.context.ExceptionHandlerWrapper</li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| <div class="description"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <dl> |
| <dt>All Implemented Interfaces:</dt> |
| <dd>java.util.EventListener, <a href="../../../javax/faces/event/FacesListener.html" title="interface in javax.faces.event">FacesListener</a>, <a href="../../../javax/faces/event/SystemEventListener.html" title="interface in javax.faces.event">SystemEventListener</a>, <a href="../../../javax/faces/FacesWrapper.html" title="interface in javax.faces">FacesWrapper</a><<a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a>></dd> |
| </dl> |
| <hr> |
| <br> |
| <pre>public abstract class <span class="typeNameLabel">ExceptionHandlerWrapper</span> |
| extends <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a> |
| implements <a href="../../../javax/faces/FacesWrapper.html" title="interface in javax.faces">FacesWrapper</a><<a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a>></pre> |
| <div class="block"><p><span class="changed_modified_2_3">Provides</span> |
| a simple implementation of <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> that can |
| be subclassed by developers wishing to provide specialized behavior |
| to an existing <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> instance. The default |
| implementation of all methods is to call through to the wrapped |
| <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> instance.</p> |
| |
| <p class="changed_added_2_3">Usage: extend this class and push the implementation being wrapped to the |
| constructor and use <a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#getWrapped--"><code>getWrapped()</code></a> to access the instance being wrapped.</p></div> |
| <dl> |
| <dt><span class="simpleTagLabel">Since:</span></dt> |
| <dd>2.0</dd> |
| </dl> |
| </li> |
| </ul> |
| </div> |
| <div class="summary"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ======== CONSTRUCTOR SUMMARY ======== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="constructor.summary"> |
| <!-- --> |
| </a> |
| <h3>Constructor Summary</h3> |
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> |
| <caption><span>Constructors</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Constructor and Description</th> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#ExceptionHandlerWrapper--">ExceptionHandlerWrapper</a></span>()</code> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">Use the other constructor taking the implementation being wrapped.</span></div> |
| </div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#ExceptionHandlerWrapper-javax.faces.context.ExceptionHandler-">ExceptionHandlerWrapper</a></span>(<a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a> wrapped)</code> |
| <div class="block"><p class="changed_added_2_3">If this exception handler has been decorated, |
| the implementation doing the decorating should push the implementation being wrapped to this constructor.</div> |
| </td> |
| </tr> |
| </table> |
| </li> |
| </ul> |
| <!-- ========== METHOD SUMMARY =========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method.summary"> |
| <!-- --> |
| </a> |
| <h3>Method Summary</h3> |
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> |
| <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> |
| <tr> |
| <th class="colFirst" scope="col">Modifier and Type</th> |
| <th class="colLast" scope="col">Method and Description</th> |
| </tr> |
| <tr id="i0" class="altColor"> |
| <td class="colFirst"><code><a href="../../../javax/faces/event/ExceptionQueuedEvent.html" title="class in javax.faces.event">ExceptionQueuedEvent</a></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#getHandledExceptionQueuedEvent--">getHandledExceptionQueuedEvent</a></span>()</code> |
| <div class="block">The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#getHandledExceptionQueuedEvent--"><code>ExceptionHandler.getHandledExceptionQueuedEvent()</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</div> |
| </td> |
| </tr> |
| <tr id="i1" class="rowColor"> |
| <td class="colFirst"><code>java.lang.Iterable<<a href="../../../javax/faces/event/ExceptionQueuedEvent.html" title="class in javax.faces.event">ExceptionQueuedEvent</a>></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#getHandledExceptionQueuedEvents--">getHandledExceptionQueuedEvents</a></span>()</code> |
| <div class="block">The default behavior of this method is to call |
| <a href="../../../javax/faces/context/ExceptionHandler.html#getHandledExceptionQueuedEvents--"><code>ExceptionHandler.getHandledExceptionQueuedEvents()</code></a> on the wrapped |
| <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</div> |
| </td> |
| </tr> |
| <tr id="i2" class="altColor"> |
| <td class="colFirst"><code>java.lang.Throwable</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#getRootCause-java.lang.Throwable-">getRootCause</a></span>(java.lang.Throwable t)</code> |
| <div class="block">The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#getRootCause-java.lang.Throwable-"><code>ExceptionHandler.getRootCause(Throwable)</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</div> |
| </td> |
| </tr> |
| <tr id="i3" class="rowColor"> |
| <td class="colFirst"><code>java.lang.Iterable<<a href="../../../javax/faces/event/ExceptionQueuedEvent.html" title="class in javax.faces.event">ExceptionQueuedEvent</a>></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#getUnhandledExceptionQueuedEvents--">getUnhandledExceptionQueuedEvents</a></span>()</code> |
| <div class="block">The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#getUnhandledExceptionQueuedEvents--"><code>ExceptionHandler.getUnhandledExceptionQueuedEvents()</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</div> |
| </td> |
| </tr> |
| <tr id="i4" class="altColor"> |
| <td class="colFirst"><code><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a></code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#getWrapped--">getWrapped</a></span>()</code> |
| <div class="block"><p class="changed_added_2_0"> |
| A class that implements this interface uses this method to return an instance of the class |
| being wrapped.</div> |
| </td> |
| </tr> |
| <tr id="i5" class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#handle--">handle</a></span>()</code> |
| <div class="block">The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#handle--"><code>ExceptionHandler.handle()</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</div> |
| </td> |
| </tr> |
| <tr id="i6" class="altColor"> |
| <td class="colFirst"><code>boolean</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#isListenerForSource-java.lang.Object-">isListenerForSource</a></span>(java.lang.Object source)</code> |
| <div class="block">The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#isListenerForSource-java.lang.Object-"><code>ExceptionHandler.isListenerForSource(Object)</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</div> |
| </td> |
| </tr> |
| <tr id="i7" class="rowColor"> |
| <td class="colFirst"><code>void</code></td> |
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#processEvent-javax.faces.event.SystemEvent-">processEvent</a></span>(<a href="../../../javax/faces/event/SystemEvent.html" title="class in javax.faces.event">SystemEvent</a> event)</code> |
| <div class="block">The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#processEvent-javax.faces.event.SystemEvent-"><code>ExceptionHandler.processEvent(javax.faces.event.SystemEvent)</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</div> |
| </td> |
| </tr> |
| </table> |
| <ul class="blockList"> |
| <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> |
| <!-- --> |
| </a> |
| <h3>Methods inherited from class java.lang.Object</h3> |
| <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <div class="details"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <!-- ========= CONSTRUCTOR DETAIL ======== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="constructor.detail"> |
| <!-- --> |
| </a> |
| <h3>Constructor Detail</h3> |
| <a name="ExceptionHandlerWrapper--"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>ExceptionHandlerWrapper</h4> |
| <pre>@Deprecated |
| public ExceptionHandlerWrapper()</pre> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Use the other constructor taking the implementation being wrapped.</span></div> |
| </li> |
| </ul> |
| <a name="ExceptionHandlerWrapper-javax.faces.context.ExceptionHandler-"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>ExceptionHandlerWrapper</h4> |
| <pre>public ExceptionHandlerWrapper(<a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a> wrapped)</pre> |
| <div class="block"><p class="changed_added_2_3">If this exception handler has been decorated, |
| the implementation doing the decorating should push the implementation being wrapped to this constructor. |
| The <a href="../../../javax/faces/context/ExceptionHandlerWrapper.html#getWrapped--"><code>getWrapped()</code></a> will then return the implementation being wrapped.</p></div> |
| <dl> |
| <dt><span class="paramLabel">Parameters:</span></dt> |
| <dd><code>wrapped</code> - The implementation being wrapped.</dd> |
| <dt><span class="simpleTagLabel">Since:</span></dt> |
| <dd>2.3</dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| <!-- ============ METHOD DETAIL ========== --> |
| <ul class="blockList"> |
| <li class="blockList"><a name="method.detail"> |
| <!-- --> |
| </a> |
| <h3>Method Detail</h3> |
| <a name="getWrapped--"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getWrapped</h4> |
| <pre>public <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a> getWrapped()</pre> |
| <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../javax/faces/FacesWrapper.html#getWrapped--">FacesWrapper</a></code></span></div> |
| <div class="block"><p class="changed_added_2_0"> |
| A class that implements this interface uses this method to return an instance of the class |
| being wrapped. |
| </p></div> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/FacesWrapper.html#getWrapped--">getWrapped</a></code> in interface <code><a href="../../../javax/faces/FacesWrapper.html" title="interface in javax.faces">FacesWrapper</a><<a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a>></code></dd> |
| <dt><span class="returnLabel">Returns:</span></dt> |
| <dd>the wrapped instance.</dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getHandledExceptionQueuedEvent--"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getHandledExceptionQueuedEvent</h4> |
| <pre>public <a href="../../../javax/faces/event/ExceptionQueuedEvent.html" title="class in javax.faces.event">ExceptionQueuedEvent</a> getHandledExceptionQueuedEvent()</pre> |
| <div class="block"><p>The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#getHandledExceptionQueuedEvent--"><code>ExceptionHandler.getHandledExceptionQueuedEvent()</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</p></div> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/context/ExceptionHandler.html#getHandledExceptionQueuedEvent--">getHandledExceptionQueuedEvent</a></code> in class <code><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a></code></dd> |
| <dt><span class="returnLabel">Returns:</span></dt> |
| <dd>instance of <code>ExceptionQueuedEvent</code>.</dd> |
| <dt><span class="seeLabel">See Also:</span></dt> |
| <dd><a href="../../../javax/faces/context/ExceptionHandler.html#getHandledExceptionQueuedEvent--"><code>ExceptionHandler.getHandledExceptionQueuedEvent()</code></a></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="handle--"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>handle</h4> |
| <pre>public void handle() |
| throws <a href="../../../javax/faces/FacesException.html" title="class in javax.faces">FacesException</a></pre> |
| <div class="block"><p>The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#handle--"><code>ExceptionHandler.handle()</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</p></div> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/context/ExceptionHandler.html#handle--">handle</a></code> in class <code><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a></code></dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../javax/faces/FacesException.html" title="class in javax.faces">FacesException</a></code> - if and only if a problem occurs while |
| performing the algorithm to handle the <code>Exception</code>, not |
| as a means of conveying a handled <code>Exception</code> itself.</dd> |
| <dt><span class="seeLabel">See Also:</span></dt> |
| <dd><a href="../../../javax/faces/context/ExceptionHandler.html#handle--"><code>ExceptionHandler.handle()</code></a></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="isListenerForSource-java.lang.Object-"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>isListenerForSource</h4> |
| <pre>public boolean isListenerForSource(java.lang.Object source)</pre> |
| <div class="block"><p>The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#isListenerForSource-java.lang.Object-"><code>ExceptionHandler.isListenerForSource(Object)</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</p></div> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/event/SystemEventListener.html#isListenerForSource-java.lang.Object-">isListenerForSource</a></code> in interface <code><a href="../../../javax/faces/event/SystemEventListener.html" title="interface in javax.faces.event">SystemEventListener</a></code></dd> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/context/ExceptionHandler.html#isListenerForSource-java.lang.Object-">isListenerForSource</a></code> in class <code><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a></code></dd> |
| <dt><span class="paramLabel">Parameters:</span></dt> |
| <dd><code>source</code> - the source that is inquiring about the |
| appropriateness of sending an event to this listener instance.</dd> |
| <dt><span class="returnLabel">Returns:</span></dt> |
| <dd>the value as specified above</dd> |
| <dt><span class="seeLabel">See Also:</span></dt> |
| <dd><a href="../../../javax/faces/context/ExceptionHandler.html#isListenerForSource-java.lang.Object-"><code>()</code></a></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="processEvent-javax.faces.event.SystemEvent-"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>processEvent</h4> |
| <pre>public void processEvent(<a href="../../../javax/faces/event/SystemEvent.html" title="class in javax.faces.event">SystemEvent</a> event) |
| throws <a href="../../../javax/faces/event/AbortProcessingException.html" title="class in javax.faces.event">AbortProcessingException</a></pre> |
| <div class="block"><p>The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#processEvent-javax.faces.event.SystemEvent-"><code>ExceptionHandler.processEvent(javax.faces.event.SystemEvent)</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</p></div> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/event/SystemEventListener.html#processEvent-javax.faces.event.SystemEvent-">processEvent</a></code> in interface <code><a href="../../../javax/faces/event/SystemEventListener.html" title="interface in javax.faces.event">SystemEventListener</a></code></dd> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/context/ExceptionHandler.html#processEvent-javax.faces.event.SystemEvent-">processEvent</a></code> in class <code><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a></code></dd> |
| <dt><span class="paramLabel">Parameters:</span></dt> |
| <dd><code>event</code> - the <code>SystemEvent</code> instance that |
| is being processed.</dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="../../../javax/faces/event/AbortProcessingException.html" title="class in javax.faces.event">AbortProcessingException</a></code> - if lifecycle processing should |
| cease for this request.</dd> |
| <dt><span class="seeLabel">See Also:</span></dt> |
| <dd><a href="../../../javax/faces/context/ExceptionHandler.html#processEvent-javax.faces.event.SystemEvent-"><code>ExceptionHandler.processEvent(javax.faces.event.SystemEvent)</code></a></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getRootCause-java.lang.Throwable-"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getRootCause</h4> |
| <pre>public java.lang.Throwable getRootCause(java.lang.Throwable t)</pre> |
| <div class="block"><p>The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#getRootCause-java.lang.Throwable-"><code>ExceptionHandler.getRootCause(Throwable)</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</p></div> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/context/ExceptionHandler.html#getRootCause-java.lang.Throwable-">getRootCause</a></code> in class <code><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a></code></dd> |
| <dt><span class="paramLabel">Parameters:</span></dt> |
| <dd><code>t</code> - passed-in wrapped <code>Throwable</code>.</dd> |
| <dt><span class="returnLabel">Returns:</span></dt> |
| <dd>unwrapped object.</dd> |
| <dt><span class="seeLabel">See Also:</span></dt> |
| <dd><a href="../../../javax/faces/context/ExceptionHandler.html#getRootCause-java.lang.Throwable-"><code>ExceptionHandler.getRootCause(Throwable)</code></a></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getHandledExceptionQueuedEvents--"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>getHandledExceptionQueuedEvents</h4> |
| <pre>public java.lang.Iterable<<a href="../../../javax/faces/event/ExceptionQueuedEvent.html" title="class in javax.faces.event">ExceptionQueuedEvent</a>> getHandledExceptionQueuedEvents()</pre> |
| <div class="block"><p>The default behavior of this method is to call |
| <a href="../../../javax/faces/context/ExceptionHandler.html#getHandledExceptionQueuedEvents--"><code>ExceptionHandler.getHandledExceptionQueuedEvents()</code></a> on the wrapped |
| <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</p></div> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/context/ExceptionHandler.html#getHandledExceptionQueuedEvents--">getHandledExceptionQueuedEvents</a></code> in class <code><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a></code></dd> |
| <dt><span class="returnLabel">Returns:</span></dt> |
| <dd>an <code>Iterable</code> over all <code>ExceptionQueuedEvent</code>s.</dd> |
| <dt><span class="seeLabel">See Also:</span></dt> |
| <dd><a href="../../../javax/faces/context/ExceptionHandler.html#getHandledExceptionQueuedEvents--"><code>ExceptionHandler.getHandledExceptionQueuedEvents()</code></a></dd> |
| </dl> |
| </li> |
| </ul> |
| <a name="getUnhandledExceptionQueuedEvents--"> |
| <!-- --> |
| </a> |
| <ul class="blockListLast"> |
| <li class="blockList"> |
| <h4>getUnhandledExceptionQueuedEvents</h4> |
| <pre>public java.lang.Iterable<<a href="../../../javax/faces/event/ExceptionQueuedEvent.html" title="class in javax.faces.event">ExceptionQueuedEvent</a>> getUnhandledExceptionQueuedEvents()</pre> |
| <div class="block"><p>The default behavior of this method is to |
| call <a href="../../../javax/faces/context/ExceptionHandler.html#getUnhandledExceptionQueuedEvents--"><code>ExceptionHandler.getUnhandledExceptionQueuedEvents()</code></a> |
| on the wrapped <a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context"><code>ExceptionHandler</code></a> object.</p></div> |
| <dl> |
| <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> |
| <dd><code><a href="../../../javax/faces/context/ExceptionHandler.html#getUnhandledExceptionQueuedEvents--">getUnhandledExceptionQueuedEvents</a></code> in class <code><a href="../../../javax/faces/context/ExceptionHandler.html" title="class in javax.faces.context">ExceptionHandler</a></code></dd> |
| <dt><span class="returnLabel">Returns:</span></dt> |
| <dd>the unhandled set of <code>ExceptionQueuedEvent</code>s.</dd> |
| <dt><span class="seeLabel">See Also:</span></dt> |
| <dd><a href="../../../javax/faces/context/ExceptionHandler.html#getUnhandledExceptionQueuedEvents--"><code>ExceptionHandler.getUnhandledExceptionQueuedEvents()</code></a></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| </div> |
| <!-- ========= END OF CLASS DATA ========= --> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="../../../overview-summary.html">Overview</a></li> |
| <li><a href="package-summary.html">Package</a></li> |
| <li class="navBarCell1Rev">Class</li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../index-all.html">Index</a></li> |
| <li><a href="../../../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="../../../javax/faces/context/ExceptionHandlerFactory.html" title="class in javax.faces.context"><span class="typeNameLink">Prev Class</span></a></li> |
| <li><a href="../../../javax/faces/context/ExternalContext.html" title="class in javax.faces.context"><span class="typeNameLink">Next Class</span></a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../../../index.html?javax/faces/context/ExceptionHandlerWrapper.html" target="_top">Frames</a></li> |
| <li><a href="ExceptionHandlerWrapper.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="../../../allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <div> |
| <ul class="subNavList"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li>Field | </li> |
| <li><a href="#constructor.summary">Constr</a> | </li> |
| <li><a href="#method.summary">Method</a></li> |
| </ul> |
| <ul class="subNavList"> |
| <li>Detail: </li> |
| <li>Field | </li> |
| <li><a href="#constructor.detail">Constr</a> | </li> |
| <li><a href="#method.detail">Method</a></li> |
| </ul> |
| </div> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| </body> |
| </html> |