jcarman     2005/02/28 04:39:41

  Modified:    src/documentation/content/xdocs services.xml
  Log:
  Allow interceptors to be ordered by name rather than interceptor factory id
  PR: HIVEMIND-96
  
  Revision  Changes    Path
  1.15      +3 -1      
jakarta-hivemind/src/documentation/content/xdocs/services.xml
  
  Index: services.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/services.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- services.xml      17 Feb 2005 19:46:44 -0000      1.14
  +++ services.xml      28 Feb 2005 12:38:50 -0000      1.15
  @@ -147,7 +147,9 @@
                                <p>A service extension point may have any 
number of interceptor
                                        contributions. If the order in which 
interceptors are applied is
                                        important, then the optional 
<code>before</code> and <code>after</code>
  -                                     attributes can be specified.</p>
  +                                     attributes can be specified.  The value 
of the <code>before</code> and <code>after</code>
  +                                     attributes must be a comm-separated 
list of interceptor names (name defaults to the 
  +                                     service factory id which created the 
interceptor if none is provided).</p>
                                <figure src="images/InterceptorStack.png" 
alt="A Stack of Interceptors"
                                        />
                                <p>In this example, it was desired that any 
method logging occur first,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to