簡體   English   中英

我可以在jax-rs中擴展@Context注釋工作范圍嗎

[英]Can i extend @Context annotation work scope in jax-rs

我有jax-rs項目,我有自己的課程。 @Context注解不會在該類中注入。 我如何擴展@Context批注工作以在班上進行注入? 謝謝!

@Provider public class MyOwnClass { @Context HttpServletRequest request ; // variable request equal null all the time }

@Provider不會將您的類標記為資源類。 將其交換為@Path

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM