如何在数据服务提供者查阅HttpServletRequest
原文:How to access HttpServletRequest in Odata service provider
原文:How to access HttpServletRequest in Odata service provider
I am using Odata4j for exposing my services and i need to access HttpServletRequest object from my service provider. Is there is a way yo do this. I tried using @Context annotation to inject the ...