程序包 org.xmeta.util
类 ThingOgnlAccessor
java.lang.Object
ognl.ObjectPropertyAccessor
org.xmeta.util.ThingOgnlAccessor
- 所有已实现的接口:
ognl.PropertyAccessor
public class ThingOgnlAccessor
extends ognl.ObjectPropertyAccessor
implements ognl.PropertyAccessor
Ognl取Thing的属性的方法。
- 作者:
- zyx
-
构造器概要
构造器 -
方法概要
从类继承的方法 ognl.ObjectPropertyAccessor
getPossibleProperty, getPropertyClass, getSourceAccessor, getSourceSetter, hasGetProperty, hasGetProperty, hasSetProperty, hasSetProperty, setPossibleProperty从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 ognl.PropertyAccessor
getSourceAccessor, getSourceSetter
-
构造器详细资料
-
ThingOgnlAccessor
public ThingOgnlAccessor()
-
-
方法详细资料
-
init
public static void init() -
getProperty
- 指定者:
getProperty在接口中ognl.PropertyAccessor- 覆盖:
getProperty在类中ognl.ObjectPropertyAccessor- 抛出:
ognl.OgnlException
-
setProperty
public void setProperty(Map context, Object target, Object name, Object value) throws ognl.OgnlException - 指定者:
setProperty在接口中ognl.PropertyAccessor- 覆盖:
setProperty在类中ognl.ObjectPropertyAccessor- 抛出:
ognl.OgnlException
-