org.apache.tiles.ognl
Class ScopePropertyAccessor

Package class diagram package ScopePropertyAccessor
java.lang.Object
  extended by org.apache.tiles.ognl.ScopePropertyAccessor
All Implemented Interfaces:
ognl.PropertyAccessor

public class ScopePropertyAccessor
extends Object
implements ognl.PropertyAccessor

Accesses a scope.

Version:
$Rev: 1049696 $ $Date: 2010-12-15 15:30:10 -0500 (Wed, 15 Dec 2010) $

Constructor Summary
ScopePropertyAccessor()
           
 
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

ScopePropertyAccessor

public ScopePropertyAccessor()
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.