public class ActionMappingDefinition extends java.lang.Object implements Definition
コンストラクタと説明 |
---|
ActionMappingDefinition() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addLocalizedDisplayName(LocalizedStringDefinition localizedDisplayName) |
HttpMethodType[] |
getAllowMethod() |
CacheCriteriaDefinition |
getCacheCriteria() |
long |
getClientCacheMaxAge() |
ClientCacheType |
getClientCacheType() |
CommandConfig |
getCommandConfig() |
java.lang.String |
getDescription()
概要を取得します。
|
java.lang.String |
getDisplayName()
表示名を取得します。
|
java.util.List<LocalizedStringDefinition> |
getLocalizedDisplayNameList() |
java.lang.String |
getName()
名前を取得します。
|
ParamMapDefinition[] |
getParamMap() |
ResultDefinition[] |
getResult() |
TokenCheck |
getTokenCheck() |
boolean |
isNeedTrustedAuthenticate() |
boolean |
isParts() |
boolean |
isPrivilaged() |
boolean |
isPublicAction() |
boolean |
isSynchronizeOnSession() |
void |
setAllowMethod(HttpMethodType[] allowMethod)
許可するHTTP Methodを指定。
|
void |
setCacheCriteria(CacheCriteriaDefinition cacheCriteria) |
void |
setClientCacheMaxAge(long clientCacheMaxAge)
clientCacheType=ClientCacheType.CACHEを指定した場合の
クライアントキャッシュのmax-age(秒)を指定。
|
void |
setClientCacheType(ClientCacheType clientCacheType)
クライアントでのキャッシュ指定(Cache-Controlヘッダの制御)。
|
void |
setCommandConfig(CommandConfig commandConfig) |
void |
setDescription(java.lang.String description)
概要を設定します。
|
void |
setDisplayName(java.lang.String displayName)
表示名を設定します。
|
void |
setLocalizedDisplayNameList(java.util.List<LocalizedStringDefinition> localizedDisplayNameList) |
void |
setName(java.lang.String name)
名前を設定します。
|
void |
setNeedTrustedAuthenticate(boolean needTrustedAuthenticate)
当該Action呼び出しに信頼された認証が必要な場合、trueをセット。
|
void |
setParamMap(ParamMapDefinition[] paramMap) |
void |
setParts(boolean isParts)
このActionMappingで指定される表示処理が部品かどうかを設定。
|
void |
setPrivilaged(boolean isPrivilaged)
このActionMappingで処理されるCommand,Templateを特権(セキュリティ制約を受けない)にて処理するかどうかを設定。
|
void |
setPublicAction(boolean isPublicAction)
このActionの呼び出しをセキュリティ設定によらず呼び出し可能にする場合は、trueを設定。
|
void |
setResult(ResultDefinition[] result) |
void |
setSynchronizeOnSession(boolean synchronizeOnSession)
このActionを実行する際、自動的にsessionオブジェクトにて同期を行うか否かを設定。
|
void |
setTokenCheck(TokenCheck tokenCheck) |
public boolean isNeedTrustedAuthenticate()
setNeedTrustedAuthenticate(boolean)
public void setNeedTrustedAuthenticate(boolean needTrustedAuthenticate)
needTrustedAuthenticate
- public HttpMethodType[] getAllowMethod()
setAllowMethod(HttpMethodType[])
public void setAllowMethod(HttpMethodType[] allowMethod)
allowMethod
- public boolean isPublicAction()
setPublicAction(boolean)
public void setPublicAction(boolean isPublicAction)
isPublicAction
- public long getClientCacheMaxAge()
setClientCacheMaxAge(long)
public void setClientCacheMaxAge(long clientCacheMaxAge)
clientCacheMaxAge
- public boolean isSynchronizeOnSession()
setSynchronizeOnSession(boolean)
public void setSynchronizeOnSession(boolean synchronizeOnSession)
synchronizeOnSession
- public java.lang.String getName()
Definition
getName
インタフェース内 Definition
public void setName(java.lang.String name)
Definition
setName
インタフェース内 Definition
name
- セットする namepublic java.lang.String getDisplayName()
Definition
getDisplayName
インタフェース内 Definition
public void setDisplayName(java.lang.String displayName)
Definition
setDisplayName
インタフェース内 Definition
displayName
- セットする displayNamepublic java.util.List<LocalizedStringDefinition> getLocalizedDisplayNameList()
public void setLocalizedDisplayNameList(java.util.List<LocalizedStringDefinition> localizedDisplayNameList)
public void addLocalizedDisplayName(LocalizedStringDefinition localizedDisplayName)
public java.lang.String getDescription()
Definition
getDescription
インタフェース内 Definition
public void setDescription(java.lang.String description)
Definition
setDescription
インタフェース内 Definition
description
- セットする descriptionpublic ClientCacheType getClientCacheType()
setClientCacheType(ClientCacheType)
public void setClientCacheType(ClientCacheType clientCacheType)
clientCacheType
- setClientCacheMaxAge(long)
public boolean isParts()
setParts(boolean)
public void setParts(boolean isParts)
isParts
- public boolean isPrivilaged()
setPrivilaged(boolean)
public void setPrivilaged(boolean isPrivilaged)
isPrivilaged
- public CommandConfig getCommandConfig()
public void setCommandConfig(CommandConfig commandConfig)
commandConfig
- セットする commandConfigpublic ParamMapDefinition[] getParamMap()
public void setParamMap(ParamMapDefinition[] paramMap)
paramMap
- セットする paramMappublic ResultDefinition[] getResult()
public void setResult(ResultDefinition[] result)
result
- セットする resultpublic TokenCheck getTokenCheck()
public void setTokenCheck(TokenCheck tokenCheck)
tokenCheck
- セットする tokenCheckpublic CacheCriteriaDefinition getCacheCriteria()
public void setCacheCriteria(CacheCriteriaDefinition cacheCriteria)
cacheCriteria
- セットする cacheCriteria