[jboss-cvs] JBossAS SVN: r62183 - projects/aop/trunk/aop/docs/examples.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 9 01:37:31 EDT 2007


Author: flavia.rainone at jboss.com
Date: 2007-04-09 01:37:30 -0400 (Mon, 09 Apr 2007)
New Revision: 62183

Modified:
   projects/aop/trunk/aop/docs/examples/examples.html
   projects/aop/trunk/aop/docs/examples/examples.wiki
Log:
[JBAOP-44] Updated examples index.

Modified: projects/aop/trunk/aop/docs/examples/examples.html
===================================================================
--- projects/aop/trunk/aop/docs/examples/examples.html	2007-04-09 05:32:59 UTC (rev 62182)
+++ projects/aop/trunk/aop/docs/examples/examples.html	2007-04-09 05:37:30 UTC (rev 62183)
@@ -27,6 +27,11 @@
 <li> <a href="dynamic_cflow/cflow.html">Dynamic control flow</a></li>
 <li> <a href="composition/composition.html">Named pointcuts and composition</a></li>
 <li> <a href="aspect/aspect.html">Aspects</a></li>
+<li> <a href="beforeafter/beforeafter.html">Before and After Advices</a></li>
+<li> <a href="annotated-parameters/annotated-parameters.html">Annotated Advice Parameters</a></li>
+<li> <a href="return-types/return-types.html">Advice Return Types</a></li>
+<li> <a href="after-throwing/after-throwing.html">After-Throwing Advices</a></li>
+<li> <a href="overloaded-advices/overloaded-advices.html">Overloaded Advices</a></li>
 <li> <a href="precedence/precedence.html">Interceptor precedence</a></li>
 <li> <a href="introductions/introductions.html">Introductions</a></li>
 <li> <a href="annotation-introductions/annotation.html">Annotation introductions</a></li>

Modified: projects/aop/trunk/aop/docs/examples/examples.wiki
===================================================================
--- projects/aop/trunk/aop/docs/examples/examples.wiki	2007-04-09 05:32:59 UTC (rev 62182)
+++ projects/aop/trunk/aop/docs/examples/examples.wiki	2007-04-09 05:37:30 UTC (rev 62183)
@@ -21,6 +21,11 @@
 * [Dynamic control flow|dynamic_cflow/cflow.html]
 * [Named pointcuts and composition|composition/composition.html]
 * [Aspects|aspect/aspect.html]
+* [Before and After Advices|beforeafter/beforeafter.html]
+* [Annotated Advice Parameters|annotated-parameters/annotated-parameters.html]
+* [Advice Return Types|return-types/return-types.html]
+* [After-Throwing Advices|after-throwing/after-throwing.html]
+* [Overloaded Advices|overloaded-advices/overloaded-advices.html]
 * [Interceptor precedence|precedence/precedence.html]
 * [Introductions|introductions/introductions.html]
 * [Annotation introductions|annotation-introductions/annotation.html]




More information about the jboss-cvs-commits mailing list