public interface IFilterRequestHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(IRequestContext ri)
Must check if this filter accepts this URL as fast as possible, and return true if it does.
|
void |
handleRequest(RequestContextImpl ctx) |
boolean accepts(@Nonnull IRequestContext ri) throws Exception
ri - Exceptionvoid handleRequest(@Nonnull RequestContextImpl ctx) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.