Save This Page
Home » xwork-2.1.5 » 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,   setProperty,   setValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.ognl.OgnlReflectionProvider Detail:
 public  void copy(Object from,
    Object to,
    Map<String, Object> context,
    Collection<String> exclusions,
    Collection<String> 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<String, Object> context,
    Object root) throws ReflectionException 
 public Method getSetMethod(Class targetClass,
    String propertyName) throws IntrospectionException, ReflectionException 
 public Object getValue(String expression,
    Map<String, Object> context,
    Object root) throws ReflectionException 
 public  void setOgnlUtil(OgnlUtil ognlUtil) 
 public  void setProperties(Map<String, String> properties,
    Object o) 
 public  void setProperties(Map<String, String> props,
    Object o,
    Map<String, Object> context) 
 public  void setProperties(Map<String, String> props,
    Object o,
    Map<String, Object> context,
    boolean throwPropertyExceptions) throws ReflectionException 
 public  void setProperty(String name,
    Object value,
    Object o,
    Map<String, Object> context) 
 public  void setProperty(String name,
    Object value,
    Object o,
    Map<String, Object> context,
    boolean throwPropertyExceptions) 
 public  void setValue(String expression,
    Map<String, Object> context,
    Object root,
    Object value) throws ReflectionException