Uses of Class
nablarch.fw.jaxrs.JaxRsContext
Packages that use JaxRsContext
-
Uses of JaxRsContext in nablarch.fw.jaxrs
Methods in nablarch.fw.jaxrs that return JaxRsContextModifier and TypeMethodDescriptionstatic JaxRsContext
JaxRsContext.get
(ExecutionContext context) リクエストスコープに設定されたJaxRsContext
を取得する。Methods in nablarch.fw.jaxrs with parameters of type JaxRsContextModifier and TypeMethodDescriptionstatic void
JaxRsContext.set
(ExecutionContext context, JaxRsContext jaxRsContext) JaxRsContext
をリクエストスコープに設定する。