@RequestScoped @Named(value="fwContext") public class FWContextImpl extends Object implements com.handywedge.context.FWFullContext
| コンストラクタと説明 |
|---|
FWContextImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getApplicationId() |
String |
getContextPath() |
String |
getHostName() |
Date |
getLastAccessTime() |
String |
getPreToken() |
String |
getRequestId() |
Date |
getRequestStartTime() |
String |
getRequestUrl() |
List<com.handywedge.role.FWRoleAcl> |
getRoleAcl() |
String |
getToken() |
com.handywedge.user.FWUser |
getUser() |
boolean |
isRest() |
boolean |
isUserManagementEnable() |
void |
setLastAccessTime(Date lastAccessTime) |
void |
setPreToken(String preToken) |
void |
setRequestId(String requestId) |
void |
setRequestStartTime(Date requestStartTime) |
void |
setRequestUrl(String url) |
void |
setRest(boolean rest) |
void |
setToken(String token) |
void |
setUser(com.handywedge.user.FWFullUser user) |
void |
setUserManagementEnable(boolean userManagementEnable) |
public String getRequestId()
getRequestId インタフェース内 com.handywedge.context.FWContextpublic void setRequestId(String requestId)
setRequestId インタフェース内 com.handywedge.context.FWFullContextpublic String getApplicationId()
getApplicationId インタフェース内 com.handywedge.context.FWContextpublic Date getLastAccessTime()
getLastAccessTime インタフェース内 com.handywedge.context.FWContextpublic void setLastAccessTime(Date lastAccessTime)
setLastAccessTime インタフェース内 com.handywedge.context.FWFullContextpublic String getContextPath()
getContextPath インタフェース内 com.handywedge.context.FWContextpublic String getHostName()
getHostName インタフェース内 com.handywedge.context.FWContextpublic Date getRequestStartTime()
getRequestStartTime インタフェース内 com.handywedge.context.FWContextpublic void setRequestStartTime(Date requestStartTime)
setRequestStartTime インタフェース内 com.handywedge.context.FWFullContextpublic void setUser(com.handywedge.user.FWFullUser user)
setUser インタフェース内 com.handywedge.context.FWFullContextpublic com.handywedge.user.FWUser getUser()
getUser インタフェース内 com.handywedge.context.FWContextpublic boolean isRest()
isRest インタフェース内 com.handywedge.context.FWContextpublic String getToken()
getToken インタフェース内 com.handywedge.context.FWContextpublic void setRest(boolean rest)
setRest インタフェース内 com.handywedge.context.FWFullContextpublic void setToken(String token)
setToken インタフェース内 com.handywedge.context.FWFullContextpublic List<com.handywedge.role.FWRoleAcl> getRoleAcl()
getRoleAcl インタフェース内 com.handywedge.context.FWFullContextpublic String getRequestUrl()
getRequestUrl インタフェース内 com.handywedge.context.FWContextpublic void setRequestUrl(String url)
setRequestUrl インタフェース内 com.handywedge.context.FWFullContextpublic boolean isUserManagementEnable()
isUserManagementEnable インタフェース内 com.handywedge.context.FWFullContextpublic void setUserManagementEnable(boolean userManagementEnable)
setUserManagementEnable インタフェース内 com.handywedge.context.FWFullContextpublic String getPreToken()
getPreToken インタフェース内 com.handywedge.context.FWFullContextpublic void setPreToken(String preToken)
setPreToken インタフェース内 com.handywedge.context.FWFullContextHandywedge ver 0.8.0-SNAPSHOT. Copyright (c) 2016-2018 C Studio Co.,Ltd.