4 Replies Latest reply on Jan 31, 2013 12:52 AM by rahul22

    Seam 3 + Filters

    rahul22

      hi,.

       

      In seam 2 , we have AbstractFilter .

      I checked the code it internally implements Filter from javax.servlet.Filter .

      there is also @Filter annotation which helps seam master filter to reach our filter and help us to set the location of our filter.

       

      Do we have some internal default Filters in seam 3 ????

       

      i checked and couldn't find any .

       

      to achieve the same in seam 3 , i directly implemented Filter and removed @Filter annotation .

       

      IS THIS THE CORRECT WAY ???

       

      is there any other better way to achieve this ?????/

       

      i would be really happy to see some answers

       

      Thanks