Uses of Class
com.opensymphony.xwork2.util.reflection.ReflectionException

Packages that use ReflectionException
com.opensymphony.xwork2.ognl   
com.opensymphony.xwork2.util.reflection   
 

Uses of ReflectionException in com.opensymphony.xwork2.ognl
 

Methods in com.opensymphony.xwork2.ognl that throw ReflectionException
 Map OgnlReflectionProvider.getBeanMap(Object source)
           
 Method OgnlReflectionProvider.getGetMethod(Class targetClass, String propertyName)
           
 PropertyDescriptor OgnlReflectionProvider.getPropertyDescriptor(Class targetClass, String propertyName)
           
 Object OgnlReflectionProvider.getRealTarget(String property, Map context, Object root)
           
 Method OgnlReflectionProvider.getSetMethod(Class targetClass, String propertyName)
           
 Object OgnlReflectionProvider.getValue(String expression, Map context, Object root)
           
 void OgnlReflectionProvider.setValue(String expression, Map context, Object root, Object value)
           
 

Uses of ReflectionException in com.opensymphony.xwork2.util.reflection
 

Methods in com.opensymphony.xwork2.util.reflection with parameters of type ReflectionException
 void ReflectionExceptionHandler.handle(ReflectionException ex)
           
 

Methods in com.opensymphony.xwork2.util.reflection that throw ReflectionException
 Map ReflectionProvider.getBeanMap(Object source)
          Creates a Map with read properties for the given source object.
 Method ReflectionProvider.getGetMethod(Class targetClass, String propertyName)
           
 PropertyDescriptor ReflectionProvider.getPropertyDescriptor(Class targetClass, String propertyName)
          This method returns a PropertyDescriptor for the given class and property name using a Map lookup (using getPropertyDescriptorsMap()).
 Object ReflectionProvider.getRealTarget(String property, Map context, Object root)
          Looks for the real target with the specified property given a root Object which may be a CompoundRoot.
 Method ReflectionProvider.getSetMethod(Class targetClass, String propertyName)
           
 Object ReflectionProvider.getValue(String expression, Map context, Object root)
          Evaluates the given OGNL expression to extract a value from the given root object in a given context
 void ReflectionProvider.setValue(String expression, Map context, Object root, Object value)
          Evaluates the given OGNL expression to insert a value into the object graph rooted at the given root object given the context.
 



Copyright © 2008 OpenSymphony. All Rights Reserved.