Jersey框架常用注解4:最强大的注解@Context
@Context注解该注解用来注入上下文参数,和Spring的@AutoWired效果类似。可以注入ResourceInfo、UriInfo、HttpHeaders、ServletConfig、ServletContext、HttpServletRequest、HttpServletResponse、SecurityContext等对象。使用频率较高的对象如下:ResourceInfo:资...