|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluationException | |
---|---|
net.sourceforge.stripes.util.bean | This package contains classes which implement a limited subset of an expression language for dealing with an extended JavaBean property syntax. |
Uses of EvaluationException in net.sourceforge.stripes.util.bean |
---|
Subclasses of EvaluationException in net.sourceforge.stripes.util.bean | |
---|---|
class |
NoSuchPropertyException
Exception indicating that an expression could not be evaluated against a bean because the bean (or some sub-property of the bean) did not have a property matching the name supplied in the expression. |
Methods in net.sourceforge.stripes.util.bean that throw EvaluationException | |
---|---|
static Class<?> |
BeanUtil.getPropertyType(String expression,
Object bean)
Attempts to determine the type of the property specified by the property expression in the context of the supplied bean. |
static Object |
BeanUtil.getPropertyValue(String expression,
Object bean)
Attempts to fetch the property specified by the property expression in the context of the supplied bean. |
protected Type |
PropertyExpressionEvaluation.getTypeViaInstances(NodeEvaluation end)
Determines the type of the supplied node and sets appropriate information on the node. |
Object |
JavaBeanPropertyAccessor.getValue(NodeEvaluation evaluation,
Object bean)
Fetches the specified property value from the bean if it exists. |
static void |
BeanUtil.setPropertyToNull(String expression,
Object bean)
Attempts to set the property to null or an equivalent value. |
static void |
BeanUtil.setPropertyValue(String expression,
Object bean,
Object value)
Attempts to set the property specified by the property expression in the context of the supplied bean. |
void |
PropertyExpressionEvaluation.setToNull()
Sets the value of this expression to "null" for the bean. |
void |
PropertyExpressionEvaluation.setValue(Object propertyValue)
Sets the value of the expression evaluated against the bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |