ProcessURLFilter will check it's internal cache to determine which URL processor
 should be invoked for a passed in URL.  If it is unable to find a matching processor in cache,
 then it will call each processor in turn to provide an attempt to process the URL.
 Created by bpolster.public interface URLProcessor
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canProcessURL(String key)Deprecated.  Implementors of this interface will return true if they are able to process the
 passed in request. | 
| boolean | processURL(String key)Deprecated.  Implementers of this interface will process the passed in request. | 
boolean canProcessURL(String key)
key - boolean processURL(String key) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2020. All rights reserved.