Class NotFoundFilter

java.lang.Object
com.aoapps.servlet.filter.NotFoundFilter
All Implemented Interfaces:
Filter

public class NotFoundFilter extends Object implements Filter

Returns not found for any filter-mapping that is sent to this filter.

Due to the limitations of filter mapping URLs, patterns may be provided and handled by this filter itself.

This should be used for the DispatcherType.REQUEST dispatcher only.

 Init Parameters:
    patterns  Comma/space-separated list of patterns (default to *)
 
See Also: