Save This Page
Home » xwork-2.1.1-src » com.opensymphony.xwork2.ognl » [javadoc | source]
com.opensymphony.xwork2.ognl
public class: OgnlReflectionProvider [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.ognl.OgnlReflectionProvider

All Implemented Interfaces:
    ReflectionProvider

Method from com.opensymphony.xwork2.ognl.OgnlReflectionProvider Summary:
copy,   getBeanMap,   getField,   getGetMethod,   getPropertyDescriptor,   getPropertyDescriptors,   getRealTarget,   getSetMethod,   getValue,   setOgnlUtil,   setProperties,   setProperties,   setProperties,   setProperty,   setValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.ognl.OgnlReflectionProvider Detail:
 public  void copy(Object from,
    Object to,
    Map context,
    Collection exclusions,
    Collection inclusions) 
 public Map getBeanMap(Object source) throws IntrospectionException, ReflectionException 
 public Field getField(Class inClass,
    String name) 
 public Method getGetMethod(Class targetClass,
    String propertyName) throws IntrospectionException, ReflectionException 
 public PropertyDescriptor getPropertyDescriptor(Class targetClass,
    String propertyName) throws IntrospectionException, ReflectionException 
 public PropertyDescriptor[] getPropertyDescriptors(Object source) throws IntrospectionException 
 public Object getRealTarget(String property,
    Map context,
    Object root) throws ReflectionException 
 public Method getSetMethod(Class targetClass,
    String propertyName) throws IntrospectionException, ReflectionException 
 public Object getValue(String expression,
    Map context,
    Object root) throws ReflectionException 
 public  void setOgnlUtil(OgnlUtil ognlUtil) 
 public  void setProperties(Map properties,
    Object o) 
 public  void setProperties(Map props,
    Object o,
    Map context) 
 public  void setProperties(Map props,
    Object o,
    Map context,
    boolean throwPropertyExceptions) 
 public  void setProperty(String name,
    Object value,
    Object o,
    Map context) 
 public  void setValue(String expression,
    Map context,
    Object root,
    Object value) throws ReflectionException