- All Implemented Interfaces:
- javax.servlet.Filter
public class MiltonFilter
extends AbstractMiltonEndPoint
implements javax.servlet.Filter
This is an implementation of a standard Servlet API filter, not
to be confused with the milton filter which achieves the same objective
USers may use a MiltonFilter or a MiltonServlet to achieve slightly different
functionality
Using this class instead of a servlet means that if no resource is found
for a given request that request falls through to the web container for
further processing
This means that you can have a combination of static file system resources
and resource factory isntances