public class Context2Object extends Object implements ComponentInterface
| Constructor and Description |
|---|
Context2Object() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Context context)
组件执行方法
|
String |
getBeanName() |
String |
getClassName() |
String |
getCollectionClassName() |
String |
getResultKey() |
String |
getVarName() |
boolean |
isArray() |
void |
setArray(boolean isArray) |
void |
setBeanName(String beanName) |
void |
setClassName(String className) |
void |
setCollectionClassName(String collectionClassName) |
void |
setResultKey(String resultKey) |
void |
setVarName(String varName) |
public boolean isArray()
public void setArray(boolean isArray)
public String getBeanName()
public void setBeanName(String beanName)
public String getCollectionClassName()
public void setCollectionClassName(String collectionClassName)
public String getVarName()
public void setVarName(String varName)
public String getClassName()
public void setClassName(String className)
public String getResultKey()
public void setResultKey(String resultKey)
public void execute(Context context)
ComponentInterfaceexecute in interface ComponentInterfacecontext - 组件执行的环境Copyright © 2006–2018 TinyGroup. All rights reserved.