パッケージ com.handywedge.context

クラス FWContextImpl

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

    @RequestScoped
    @Named("fwContext")
    public class FWContextImpl
    extends Object
    implements com.handywedge.context.FWFullContext
    • コンストラクタの詳細

      • FWContextImpl

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

      • getRequestId

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

        public void setRequestId​(String requestId)
        定義:
        setRequestId インタフェース内 com.handywedge.context.FWFullContext
      • getApplicationId

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

        public Date getLastAccessTime()
        定義:
        getLastAccessTime インタフェース内 com.handywedge.context.FWContext
      • setLastAccessTime

        public void setLastAccessTime​(Date lastAccessTime)
        定義:
        setLastAccessTime インタフェース内 com.handywedge.context.FWFullContext
      • getContextPath

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

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

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

        public void setRequestStartTime​(Date requestStartTime)
        定義:
        setRequestStartTime インタフェース内 com.handywedge.context.FWFullContext
      • setUser

        public void setUser​(com.handywedge.user.FWFullUser user)
        定義:
        setUser インタフェース内 com.handywedge.context.FWFullContext
      • getUser

        public com.handywedge.user.FWUser getUser()
        定義:
        getUser インタフェース内 com.handywedge.context.FWContext
      • isRest

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

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

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

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

        public List<com.handywedge.role.FWRoleAcl> getRoleAcl()
        定義:
        getRoleAcl インタフェース内 com.handywedge.context.FWFullContext
      • getRequestUrl

        public String getRequestUrl()
        定義:
        getRequestUrl インタフェース内 com.handywedge.context.FWContext
      • setRequestUrl

        public void setRequestUrl​(String url)
        定義:
        setRequestUrl インタフェース内 com.handywedge.context.FWFullContext
      • isUserManagementEnable

        public boolean isUserManagementEnable()
        定義:
        isUserManagementEnable インタフェース内 com.handywedge.context.FWFullContext
      • setUserManagementEnable

        public void setUserManagementEnable​(boolean userManagementEnable)
        定義:
        setUserManagementEnable インタフェース内 com.handywedge.context.FWFullContext
      • getPreToken

        public String getPreToken()
        定義:
        getPreToken インタフェース内 com.handywedge.context.FWFullContext
      • setPreToken

        public void setPreToken​(String preToken)
        定義:
        setPreToken インタフェース内 com.handywedge.context.FWFullContext
      • getHttpServletRequest

        public jakarta.servlet.http.HttpServletRequest getHttpServletRequest()
        定義:
        getHttpServletRequest インタフェース内 com.handywedge.context.FWContext
      • setHttpServletRequest

        public void setHttpServletRequest​(jakarta.servlet.http.HttpServletRequest request)
        定義:
        setHttpServletRequest インタフェース内 com.handywedge.context.FWFullContext