Class AnyScopePropertyAccessor

  • All Implemented Interfaces:
    ognl.PropertyAccessor

    public class AnyScopePropertyAccessor
    extends java.lang.Object
    implements ognl.PropertyAccessor
    Accesses attributes in any scope.
    Version:
    $Rev: 1291847 $ $Date: 2012-02-22 02:09:30 +1100 (Wed, 22 Feb 2012) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getProperty​(java.util.Map context, java.lang.Object target, java.lang.Object name)  
      java.lang.String getSourceAccessor​(ognl.OgnlContext context, java.lang.Object target, java.lang.Object index)  
      java.lang.String getSourceSetter​(ognl.OgnlContext context, java.lang.Object target, java.lang.Object index)  
      void setProperty​(java.util.Map context, java.lang.Object target, java.lang.Object name, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnyScopePropertyAccessor

        public AnyScopePropertyAccessor()
    • Method Detail

      • getProperty

        public java.lang.Object getProperty​(java.util.Map context,
                                            java.lang.Object target,
                                            java.lang.Object name)
        Specified by:
        getProperty in interface ognl.PropertyAccessor
      • getSourceAccessor

        public java.lang.String getSourceAccessor​(ognl.OgnlContext context,
                                                  java.lang.Object target,
                                                  java.lang.Object index)
        Specified by:
        getSourceAccessor in interface ognl.PropertyAccessor
      • getSourceSetter

        public java.lang.String getSourceSetter​(ognl.OgnlContext context,
                                                java.lang.Object target,
                                                java.lang.Object index)
        Specified by:
        getSourceSetter in interface ognl.PropertyAccessor
      • setProperty

        public void setProperty​(java.util.Map context,
                                java.lang.Object target,
                                java.lang.Object name,
                                java.lang.Object value)
        Specified by:
        setProperty in interface ognl.PropertyAccessor