Package org.apache.tiles.ognl
Class AnyScopePropertyAccessor
- java.lang.Object
-
- org.apache.tiles.ognl.AnyScopePropertyAccessor
-
- All Implemented Interfaces:
ognl.PropertyAccessor
public class AnyScopePropertyAccessor extends java.lang.Object implements ognl.PropertyAccessorAccesses attributes in any scope.- Version:
- $Rev: 1291847 $ $Date: 2012-02-22 02:09:30 +1100 (Wed, 22 Feb 2012) $
-
-
Constructor Summary
Constructors Constructor Description AnyScopePropertyAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetProperty(java.util.Map context, java.lang.Object target, java.lang.Object name)java.lang.StringgetSourceAccessor(ognl.OgnlContext context, java.lang.Object target, java.lang.Object index)java.lang.StringgetSourceSetter(ognl.OgnlContext context, java.lang.Object target, java.lang.Object index)voidsetProperty(java.util.Map context, java.lang.Object target, java.lang.Object name, java.lang.Object value)
-
-
-
Method Detail
-
getProperty
public java.lang.Object getProperty(java.util.Map context, java.lang.Object target, java.lang.Object name)- Specified by:
getPropertyin interfaceognl.PropertyAccessor
-
getSourceAccessor
public java.lang.String getSourceAccessor(ognl.OgnlContext context, java.lang.Object target, java.lang.Object index)- Specified by:
getSourceAccessorin interfaceognl.PropertyAccessor
-
getSourceSetter
public java.lang.String getSourceSetter(ognl.OgnlContext context, java.lang.Object target, java.lang.Object index)- Specified by:
getSourceSetterin interfaceognl.PropertyAccessor
-
setProperty
public void setProperty(java.util.Map context, java.lang.Object target, java.lang.Object name, java.lang.Object value)- Specified by:
setPropertyin interfaceognl.PropertyAccessor
-
-