com.supermap.services.rest
Interface HttpServletRequestAware
-
- All Known Implementing Classes:
- HttpExceptionMapper, IllegalArgumentExceptionMapper, IllegalStateExceptionMapper
public interface HttpServletRequestAwareHttpServletRequest context-dependent interface.
-
-
Method Summary
Methods Modifier and Type Method and Description voidsetHttpServletRequest(HttpServletRequest request)Sets an HTTP request.
-