A servlet filter that orchestrates the stack of Seam component filters, and controls ordering. Filter ordering is specified via the @Filter annotation. Filters may optionally extend AbstractFilter.
@see org.jboss.seam.annotations.web.Filter
@see AbstractFilter
@author Shane Bryzak
@author Pete Muir
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.