public class NamedListPropertyAccessor extends Object implements ognl.PropertyAccessor
PropertyAccessor for NamedList.| Constructor and Description |
|---|
NamedListPropertyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(Map context,
Object target,
Object name) |
String |
getSourceAccessor(ognl.OgnlContext context,
Object target,
Object index) |
String |
getSourceSetter(ognl.OgnlContext context,
Object target,
Object index) |
void |
setProperty(Map context,
Object target,
Object name,
Object value) |
public Object getProperty(Map context, Object target, Object name) throws ognl.OgnlException
getProperty in interface ognl.PropertyAccessorognl.OgnlExceptionpublic void setProperty(Map context, Object target, Object name, Object value) throws ognl.OgnlException
setProperty in interface ognl.PropertyAccessorognl.OgnlExceptionpublic String getSourceAccessor(ognl.OgnlContext context, Object target, Object index)
getSourceAccessor in interface ognl.PropertyAccessorCopyright © 2020 solr.cool. All rights reserved.