1 Reply Latest reply on Mar 17, 2008 12:59 AM by fernando_jmt

    Seam equivalent to servlet filters (execute some code before processing requests)

    dro_k

      How would you implement a servlet filter type functionality with seam. I would like to set some values in session before seam processes the http request. (almost like how seam sets Locale, TimeZone etc in session) except in my case would be a domain dependent theme. (each domain name will have it's own look and feel)


      I was thinking about creating a custom interceptor, but I don't know if that's the right approach.


      Thanks!