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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 12 18:14:56 EDT 2007


Author: flavia.rainone at jboss.com
Date: 2007-04-12 18:14:56 -0400 (Thu, 12 Apr 2007)
New Revision: 62313

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

Modified: projects/aop/trunk/aop/docs/examples/examples.html
===================================================================
--- projects/aop/trunk/aop/docs/examples/examples.html	2007-04-12 22:14:07 UTC (rev 62312)
+++ projects/aop/trunk/aop/docs/examples/examples.html	2007-04-12 22:14:56 UTC (rev 62313)
@@ -25,13 +25,13 @@
 <li> <a href="metadata/metadata.html">JBoss AOP metadata</a></li>
 <li> <a href="cflow/cflow.html">Control flow</a></li>
 <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="composition/composition.html">Compositional and named pointcuts</a></li>
+<li> <a href="aspect/aspect.html">Aspects and around advices</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-12 22:14:07 UTC (rev 62312)
+++ projects/aop/trunk/aop/docs/examples/examples.wiki	2007-04-12 22:14:56 UTC (rev 62313)
@@ -19,13 +19,13 @@
 * [JBoss AOP metadata|metadata/metadata.html]
 * [Control flow|cflow/cflow.html]
 * [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]
+* [Compositional and named pointcuts|composition/composition.html]
+* [Aspects and around advices|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