You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/27 23:21:55 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs howto_testcase_filter.xml

vmassol     2002/07/27 14:21:55

  Modified:    documentation/docs/xdocs howto_testcase_filter.xml
  Log:
  added additional methods provided by Cactus on filter objects
  
  Revision  Changes    Path
  1.3       +21 -0     jakarta-cactus/documentation/docs/xdocs/howto_testcase_filter.xml
  
  Index: howto_testcase_filter.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_testcase_filter.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- howto_testcase_filter.xml	19 Apr 2002 21:36:01 -0000	1.2
  +++ howto_testcase_filter.xml	27 Jul 2002 21:21:55 -0000	1.3
  @@ -135,6 +135,27 @@
             class for all details. You should also look at the
             samples provided in the Cactus distribution.
           </p>
  +
  +        <s3 title="Additional methods">
  +
  +          <p>
  +            Additional methods provided:
  +          </p>
  +          <ul>
  +            <li>
  +              <code>setInitParameter()</code>: sets an initialisation
  +              parameter (as if it has been defined in the <code>web.xml</code>
  +              file),
  +            </li>
  +            <li>
  +              <code>setFilterName()</code>: sets the Filter name that will be
  +              returned by <code>getFilterName()</code> (if not set, the
  +              Cactus Filter redirector name will be returned).
  +            </li>
  +          </ul>
  +
  +        </s3>
  +
         </s2>
   
         <anchor id="filter_filterChain"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>