パッケージ com.handywedge.context

クラス FWRESTContextImpl

  • すべての実装されたインタフェース:
    com.handywedge.context.FWFullRESTContext, com.handywedge.context.FWRESTContext

    @RequestScoped
    public class FWRESTContextImpl
    extends Object
    implements com.handywedge.context.FWFullRESTContext
    • コンストラクタの詳細

      • FWRESTContextImpl

        public FWRESTContextImpl()
    • メソッドの詳細

      • init

        @PostConstruct
        public void init()
      • isRest

        public boolean isRest()
        定義:
        isRest インタフェース内 com.handywedge.context.FWRESTContext
      • getToken

        public String getToken()
        定義:
        getToken インタフェース内 com.handywedge.context.FWRESTContext
      • getRequestId

        public String getRequestId()
        定義:
        getRequestId インタフェース内 com.handywedge.context.FWRESTContext
      • getRequestStartTime

        public Date getRequestStartTime()
        定義:
        getRequestStartTime インタフェース内 com.handywedge.context.FWRESTContext
      • getHostName

        public String getHostName()
        定義:
        getHostName インタフェース内 com.handywedge.context.FWRESTContext
      • getApplicationId

        public String getApplicationId()
        定義:
        getApplicationId インタフェース内 com.handywedge.context.FWRESTContext
      • getContextPath

        public String getContextPath()
        定義:
        getContextPath インタフェース内 com.handywedge.context.FWRESTContext
      • setRest

        public void setRest​(boolean rest)
        定義:
        setRest インタフェース内 com.handywedge.context.FWFullRESTContext
      • setToken

        public void setToken​(String token)
        定義:
        setToken インタフェース内 com.handywedge.context.FWFullRESTContext