类 ComponentContext
java.lang.Object
com.sh.wf.module.context.ComponentContext
- 所有已实现的接口:
Serializable,Cloneable
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年1月13日
- 另请参阅:
-
字段概要
字段 -
方法概要
修饰符和类型方法说明booleangetBoolean(String key) static ComponentContext获取PageContext对象getDatastore(String key) 获取数据集intgetInteger(String key) 获取整型获取字符串获取上下文中的值void存值voidremoveByKey(String key)
-
字段详细资料
-
log4j
protected org.apache.logging.log4j.Logger log4j
-
-
方法详细资料
-
getComponentContext
获取PageContext对象- 返回:
- ComponentContext
-
getValue
获取上下文中的值- 参数:
key- String- 返回:
- Object
-
putValue
存值- 参数:
key- Stringobj- Object
-
removeByKey
-
getString
获取字符串- 参数:
key- StringdefaultValue- 默认值- 返回:
- String
-
getString
-
getInteger
获取整型- 参数:
key- String- 返回:
- int
-
getBoolean
-
getDatastore
获取数据集- 参数:
key- String- 返回:
- Datastore
-
getList
-