Author: buildbot
Date: Mon Jul 14 09:57:19 2014
New Revision: 916161
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/core.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 14 09:57:19 2014
@@ -1 +1 @@
-1610370
+1610372
Modified: websites/staging/deltaspike/trunk/content/core.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/core.html (original)
+++ websites/staging/deltaspike/trunk/content/core.html Mon Jul 14 09:57:19 2014
@@ -612,7 +612,7 @@ class, have the same qualifiers, the sam
beans annotated with <code>@ExceptionHandler</code>. Exception handlers are
methods
which have a parameter which is an instance of <code>ExceptionEvent<T
extends
Throwable></code> annotated with the <code>@Handles</code> annotation.</p>
-<h4 id="exceptionhandler"><code>@ExceptionHandler</code></h4>
+<h4 id="exceptionhandler">@ExceptionHandler</h4>
<p>The <code>@ExceptionHandler</code> annotation is simply a marker annotation
that
instructs the DeltaSpike exception handling CDI extension to scan the bean for
handler methods.</p>
@@ -624,7 +624,7 @@ handler methods.</p>
<p>That's all there is to it. Now we can begin defining exception handling
methods on this bean.</p>
-<h4 id="handles-and-beforehandles"><code>@Handles</code> and
<code>@BeforeHandles</code></h4>
+<h4 id="handles-and-beforehandles">@Handles and @BeforeHandles</h4>
<p><code>@Handles</code> is a method parameter annotation that designates a
method as an
exception handler. Exception handler methods are registered on beans annotated
with <code>@ExceptionHandler</code>. DeltaSpike will discover all such methods
at