public interface RequestFilter
GenericContainerRequest before it dispatch by
RequestDispatcher. NOTE this method must be not called directly, it
is part of REST framework, otherwise ApplicationContext may contains
wrong parameters.| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(GenericContainerRequest request)
Can modify original request.
|
void doFilter(GenericContainerRequest request)
request - the requestCopyright © 2015. All rights reserved.