org.apache.tiles.ognl
Class AnyScopePropertyAccessor
java.lang.Object
org.apache.tiles.ognl.AnyScopePropertyAccessor
- All Implemented Interfaces:
- ognl.PropertyAccessor
public class AnyScopePropertyAccessor
- extends Object
- implements ognl.PropertyAccessor
Accesses attributes in any scope.
- Version:
- $Rev: 1291847 $ $Date: 2012-02-21 10:09:30 -0500 (Tue, 21 Feb 2012) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyScopePropertyAccessor
public AnyScopePropertyAccessor()
getProperty
public Object getProperty(Map context,
Object target,
Object name)
- Specified by:
getProperty
in interface ognl.PropertyAccessor
getSourceAccessor
public String getSourceAccessor(ognl.OgnlContext context,
Object target,
Object index)
- Specified by:
getSourceAccessor
in interface ognl.PropertyAccessor
getSourceSetter
public String getSourceSetter(ognl.OgnlContext context,
Object target,
Object index)
- Specified by:
getSourceSetter
in interface ognl.PropertyAccessor
setProperty
public void setProperty(Map context,
Object target,
Object name,
Object value)
- Specified by:
setProperty
in interface ognl.PropertyAccessor
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.