パッケージ org.iplass.mtp.impl.web
クラス SimpleSessionContext
java.lang.Object
org.iplass.mtp.impl.web.SimpleSessionContext
- すべての実装されたインタフェース:
Serializable,org.iplass.mtp.command.SessionContext
public class SimpleSessionContext
extends Object
implements org.iplass.mtp.command.SessionContext, Serializable
- 関連項目:
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明getAttribute(String name) booleanisUpdate()org.iplass.mtp.entity.BinaryReferenceloadFromTemporary(long lobId) voidremoveAttribute(String name) voidvoidsetAttribute(String name, Object value)
-
フィールド詳細
-
KEY_FOR_HTTP_SERVLET_REQUEST
- 関連項目:
-
-
コンストラクタの詳細
-
SimpleSessionContext
public SimpleSessionContext()
-
-
メソッドの詳細
-
getAttribute
- 定義:
getAttributeインタフェース内org.iplass.mtp.command.SessionContext
-
setAttribute
- 定義:
setAttributeインタフェース内org.iplass.mtp.command.SessionContext
-
removeAttribute
- 定義:
removeAttributeインタフェース内org.iplass.mtp.command.SessionContext
-
getAttributeNames
- 定義:
getAttributeNamesインタフェース内org.iplass.mtp.command.SessionContext
-
isUpdate
public boolean isUpdate() -
resetUpdateFlag
public void resetUpdateFlag() -
loadFromTemporary
public org.iplass.mtp.entity.BinaryReference loadFromTemporary(long lobId) - 定義:
loadFromTemporaryインタフェース内org.iplass.mtp.command.SessionContext
-