パッケージ com.handywedge.context
クラス FWRESTContextImpl
- java.lang.Object
-
- com.handywedge.context.FWRESTContextImpl
-
- すべての実装されたインタフェース:
com.handywedge.context.FWFullRESTContext,com.handywedge.context.FWRESTContext
@RequestScoped public class FWRESTContextImpl extends Object implements com.handywedge.context.FWFullRESTContext
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWRESTContextImpl()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 StringgetApplicationId()StringgetContextPath()StringgetHostName()StringgetRequestId()DategetRequestStartTime()StringgetToken()voidinit()booleanisRest()voidsetRest(boolean rest)voidsetToken(String token)-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
メソッドの詳細
-
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
-
-