com.bstek.dorado.view.output
public abstract class ObjectPropertyOutputter extends ClientObjectOutputter implements PropertyOutputter
Constructor and Description |
---|
ObjectPropertyOutputter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEscapeValue(java.lang.Object value)
判断传入的数值是否该属性的默认值。
|
void |
output(java.lang.Object object,
OutputContext context)
输出组件。
|
getPrototype, getShortTypeName, isUsePrototype, outputObject, setPrototype, setShortTypeName, setUsePrototype
getEscapeMode, getPropertieConfigs, isEscapeable, outputObjectProperties, setEscapeMode, setPropertieConfigs
public boolean isEscapeValue(java.lang.Object value)
PropertyOutputter
isEscapeValue
in interface PropertyOutputter
public void output(java.lang.Object object, OutputContext context) throws java.lang.Exception
Outputter
output
in interface Outputter
output
in interface PropertyOutputter
output
in class ObjectOutputter
object
- 要输出的对象。context
- 输出上下文。java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.