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.PropertyAccessorgetProperty in class ognl.ObjectPropertyAccessorognl.OgnlExceptionPropertyAccessor.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.PropertyAccessorsetProperty in class ognl.ObjectPropertyAccessorognl.OgnlExceptionPropertyAccessor.setProperty(java.util.Map, java.lang.Object, java.lang.Object, java.lang.Object)Copyright © 2014. All Rights Reserved.