[jboss-cvs] jboss-seam/src/main/org/jboss/seam/web ...

Peter Muir peter at bleepbleep.org.uk
Mon Jan 14 11:33:56 EST 2008


  User: pmuir   
  Date: 08/01/14 11:33:56

  Modified:    src/main/org/jboss/seam/web  AbstractFilter.java
  Log:
  ws
  
  Revision  Changes    Path
  1.9       +7 -8      jboss-seam/src/main/org/jboss/seam/web/AbstractFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web/AbstractFilter.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- AbstractFilter.java	14 Jan 2008 16:30:06 -0000	1.8
  +++ AbstractFilter.java	14 Jan 2008 16:33:56 -0000	1.9
  @@ -8,14 +8,13 @@
   import javax.servlet.http.HttpServletRequest;
   
   /**
  - * Abstract superclass for Seam components that act
  - * as servlet filters. Note that since a filter is
  - * potentially called outside of a set of Seam
  - * contexts, it is not a true Seam component. 
  - * However, we are able to reuse the functionality
  - * for component scanning, installation and 
  - * configuration for filters. All filters must
  - * specify a @Filter annotation if it is to be included by Seam's master filter.
  + * Abstract superclass for Seam components that act as servlet filters. Note
  + * that since a filter is potentially called outside of a set of Seam contexts,
  + * it is not a true Seam component. 
  + * 
  + * However, we are able to reuse the functionality for component scanning, 
  + * installation and configuration for filters. All filters must specify
  + * the @Filter annotation to be included by Seam's master filter.
    * 
    * @see org.jboss.seam.annotations.web.Filter
    * @author Shane Bryzak
  
  
  



More information about the jboss-cvs-commits mailing list