[jboss-cvs] JBossAS SVN: r62312 - projects/aop/trunk/aop/docs/misc.

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


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

Modified:
   projects/aop/trunk/aop/docs/misc/joinpoint.html
Log:
[JBAOP-44] JoinPoint Hierarchy generated html page

Modified: projects/aop/trunk/aop/docs/misc/joinpoint.html
===================================================================
--- projects/aop/trunk/aop/docs/misc/joinpoint.html	2007-04-12 22:13:10 UTC (rev 62311)
+++ projects/aop/trunk/aop/docs/misc/joinpoint.html	2007-04-12 22:14:07 UTC (rev 62312)
@@ -1,13 +1,13 @@
 <html>
 <body>
 <p>
-<h2>IJoinpoint Hierarchy</h2>
+<h2>JoinPoint Hierarchy</h2>
 
 </p><p>
-<tt>org.jboss.aop.joinpoint.IJoinpointInfo</tt> is the base interface for a bunch of
-different subtypes. Depending on the type of joinpoint being intercepted (only by
-before, after and after throwing advices), a different IJoinpointInfo subinterface is
-provided. All of the subinterfaces are in the <tt>org.jboss.aop.joinpoint</tt> package.
+<tt>org.jboss.aop.joinpoint.JoinpointInfo</tt> is the base interface for a bunch of different subtypes.
+Depending on the type of joinpoint being intercepted (only by before, after and after
+throwing advices), a different JoinpointInfo subinterface is provided. All of the
+subinterfaces are in the <tt>org.jboss.aop.joinpoint</tt> package.
 </p><p>
 <table border="1">
 <tr><td>execution(method)</td><td>org.jboss.aop.joinpoint.IMethodInfo</td></tr>




More information about the jboss-cvs-commits mailing list