Package | Description |
---|---|
com.bstek.dorado.common.event |
与Web界面的客户端事件相关的实现。
|
com.bstek.dorado.config.definition |
一些用于保存配置文件解析中间结果的对象及相关工具类。
|
Modifier and Type | Class and Description |
---|---|
static class |
ClientEventParser.AddClientEventOperation |
Modifier and Type | Interface and Description |
---|---|
interface |
DefinitionInitOperation
用于封装初始化配置声明对象操作的通用接口。
|
Modifier and Type | Class and Description |
---|---|
class |
MethodReflectionOperation
用于执行方法反射调用的初始化方法。
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Operation> |
Definition.getInitOperations()
返回所有的初始化操作。
|
java.util.List<Operation> |
ObjectDefinition.CreationInfo.getInitOperations() |
Modifier and Type | Method and Description |
---|---|
void |
Definition.addInitOperation(Operation operation)
添加一个初始化操作,该操作将在创建最终对象时被执行。
|
Modifier and Type | Method and Description |
---|---|
protected void |
Definition.executeInitOperations(java.lang.Object object,
java.util.List<Operation> operations,
CreationContext context)
执行一系列初始化操作。
|
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.