public class CompoundRootAccessor extends Object implements ognl.PropertyAccessor, ognl.MethodAccessor, ognl.ClassResolver
| 构造器和说明 |
|---|
CompoundRootAccessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
callMethod(Map context,
Object target,
String name,
Object[] objects) |
Object |
callStaticMethod(Map transientVars,
Class aClass,
String s,
Object[] objects) |
Class |
classForName(String className,
Map context) |
Object |
getProperty(Map context,
Object target,
Object name) |
String |
getSourceAccessor(ognl.OgnlContext arg0,
Object arg1,
Object arg2) |
String |
getSourceSetter(ognl.OgnlContext arg0,
Object arg1,
Object arg2) |
void |
setProperty(Map context,
Object target,
Object name,
Object value) |
public void setProperty(Map context, Object target, Object name, Object value) throws ognl.OgnlException
setProperty 在接口中 ognl.PropertyAccessorognl.OgnlExceptionpublic Object getProperty(Map context, Object target, Object name) throws ognl.OgnlException
getProperty 在接口中 ognl.PropertyAccessorognl.OgnlExceptionpublic Object callMethod(Map context, Object target, String name, Object[] objects) throws ognl.MethodFailedException
callMethod 在接口中 ognl.MethodAccessorognl.MethodFailedExceptionpublic Object callStaticMethod(Map transientVars, Class aClass, String s, Object[] objects) throws ognl.MethodFailedException
callStaticMethod 在接口中 ognl.MethodAccessorognl.MethodFailedExceptionpublic Class classForName(String className, Map context) throws ClassNotFoundException
classForName 在接口中 ognl.ClassResolverClassNotFoundExceptionpublic String getSourceAccessor(ognl.OgnlContext arg0, Object arg1, Object arg2)
getSourceAccessor 在接口中 ognl.PropertyAccessorCopyright © 2023 onecode. All rights reserved.