public class TargetContext<T> extends Object
| 构造器和说明 |
|---|
TargetContext(T target,
Map<Object,Object> attachment) |
| 限定符和类型 | 方法和说明 |
|---|---|
<V> V |
getAttachmentAttr(Object key)
获取附件属性
|
T |
getTarget()
获取目标对象
|
void |
refreshTarget(T target)
刷新目标对象
|
void |
setAttachmentAttr(Object key,
Object value)
设置附件属性
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.