Uses of Class
org.apache.struts2.util.reflection.ReflectionException
Package
Description
-
Uses of ReflectionException in org.apache.struts2.ognl
Modifier and TypeMethodDescriptionOgnlReflectionProvider.getBeanMap
(Object source) OgnlReflectionProvider.getGetMethod
(Class targetClass, String propertyName) OgnlReflectionProvider.getPropertyDescriptor
(Class targetClass, String propertyName) OgnlReflectionProvider.getSetMethod
(Class targetClass, String propertyName) void
OgnlReflectionProvider.setProperties
(Map<String, ?> props, Object o, Map<String, Object> context, boolean throwPropertyExceptions) void
OgnlUtil.setProperties
(Map<String, ?> props, Object o, Map<String, Object> context, boolean throwPropertyExceptions) Sets the object's properties using the default type converter.void
OgnlReflectionProvider.setValue
(String expression, Map<String, Object> context, Object root, Object value) -
Uses of ReflectionException in org.apache.struts2.result
-
Uses of ReflectionException in org.apache.struts2.util.reflection
Modifier and TypeMethodDescriptionvoid
ReflectionExceptionHandler.handle
(ReflectionException ex) Handles a reflection exceptionModifier and TypeMethodDescriptionReflectionProvider.getBeanMap
(Object source) Creates a Map with read properties for the given source object.ReflectionProvider.getGetMethod
(Class targetClass, String propertyName) ReflectionProvider.getPropertyDescriptor
(Class targetClass, String propertyName) This method returns a PropertyDescriptor for the given class and property name using a Map lookup (using getPropertyDescriptorsMap()).Looks for the real target with the specified property given a root Object which may be a CompoundRoot.ReflectionProvider.getSetMethod
(Class targetClass, String propertyName) Evaluates the given OGNL expression to extract a value from the given root object in a given contextvoid
ReflectionProvider.setProperties
(Map<String, ?> props, Object o, Map<String, Object> context, boolean throwPropertyExceptions) Sets the object's properties using the default type converter.void
ReflectionProvider.setValue
(String expression, Map<String, Object> 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.