public static class TemplateDispatcherResult.TemplatePropertyAccessor
extends ognl.ObjectPropertyAccessor
Constructor and Description |
---|
TemplatePropertyAccessor() |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(Map context,
Object target,
Object oname) |
void |
setProperty(Map context,
Object target,
Object oname,
Object value) |
public Object getProperty(Map context, Object target, Object oname) throws ognl.OgnlException
getProperty
in interface ognl.PropertyAccessor
getProperty
in class ognl.ObjectPropertyAccessor
ognl.OgnlException
PropertyAccessor.getProperty(java.util.Map, java.lang.Object, java.lang.Object)
public void setProperty(Map context, Object target, Object oname, Object value) throws ognl.OgnlException
setProperty
in interface ognl.PropertyAccessor
setProperty
in class ognl.ObjectPropertyAccessor
ognl.OgnlException
PropertyAccessor.setProperty(java.util.Map, java.lang.Object, java.lang.Object, java.lang.Object)
Copyright © 2014. All Rights Reserved.