org.apache.tiles.ognl
Class AnyScopePropertyAccessor

Package class diagram package AnyScopePropertyAccessor
java.lang.Object
  extended by 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) $

Constructor Summary
AnyScopePropertyAccessor()
           
 
Method Summary
 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)
           
 
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 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.