public class DefaultSelfComponentImpl extends SelfComponentProcess implements ParserThisExp_I
Description:
Title:首亨软件 - TSS/CRM等
构造器和说明 |
---|
DefaultSelfComponentImpl() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getSelfAttr(java.lang.String attrName) |
java.lang.String |
getSelfProp(java.lang.String PropName) |
java.lang.String |
parserThisValue(ModuleContext context,
java.lang.String thisExpStr)
自定义this表达式 [this.prop(proName)] [this.attr(attrName)]
|
void |
process(java.lang.StringBuilder html)
处理具体的逻辑,这里是输出的具体的HTML代码,会直接显示在页面上
|
getAttrIntValue, getAttrMap, getAttrValue, getAttrValue, getContext, getPropIntValue, getPropMap, getPropValue, getPropValue, getSelf, setAttrMap, setContext, setPropMap, setSelf, sqlSaveDataProcess
public void process(java.lang.StringBuilder html)
SelfComponentProcess
process
在类中 SelfComponentProcess
html
- htmlpublic java.lang.String parserThisValue(ModuleContext context, java.lang.String thisExpStr)
parserThisValue
在接口中 ParserThisExp_I
context
- 上下文thisExpStr
- 表达式,如:[this.col],则此值为colpublic java.lang.String getSelfAttr(java.lang.String attrName)
public java.lang.String getSelfProp(java.lang.String PropName)