public class NewInstanceComponent extends Object implements ComponentInterface
Constructor and Description |
---|
NewInstanceComponent() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context)
组件执行方法
|
String |
getBeanId() |
String |
getClassPath() |
String |
getResultKey() |
void |
setBeanId(String beanId) |
void |
setClassPath(String classPath) |
void |
setResultKey(String resultKey) |
public void execute(Context context)
ComponentInterface
execute
in interface ComponentInterface
context
- 组件执行的环境public String getClassPath()
public void setClassPath(String classPath)
public String getResultKey()
public void setResultKey(String resultKey)
public String getBeanId()
public void setBeanId(String beanId)
Copyright © 2006–2018 TinyGroup. All rights reserved.