Package org.exoplatform.services.rest
Interface RequestFilter
public interface RequestFilter
Process the original
GenericContainerRequest before it dispatch by
ResourceDispatcher. NOTE this method must be not called directly, it
is part of REST framework, otherwise ApplicationContext may contains
wrong parameters.- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoFilter(GenericContainerRequest request) Can modify original request.
-
Method Details
-
doFilter
Can modify original request.- Parameters:
request- the request
-