|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyExpressionEvaluation | |
---|---|
net.sourceforge.stripes.controller | This package contains classes which form the core internals of Stripes. |
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 PropertyExpressionEvaluation in net.sourceforge.stripes.controller |
---|
Methods in net.sourceforge.stripes.controller with parameters of type PropertyExpressionEvaluation | |
---|---|
protected void |
DefaultActionBeanPropertyBinder.bindNonNullValue(ActionBean bean,
PropertyExpressionEvaluation propertyEvaluation,
List<Object> valueOrValues,
Class targetType,
Class scalarType)
Internal helper method to bind one or more values to a single property on an ActionBean. |
boolean |
BindingPolicyManager.isBindingAllowed(PropertyExpressionEvaluation eval)
Indicates if binding is allowed for the given expression. |
protected boolean |
DefaultActionBeanPropertyBinder.isBindingAllowed(PropertyExpressionEvaluation eval)
Checks to see if binding is permitted for the provided expression evaluation. |
Uses of PropertyExpressionEvaluation in net.sourceforge.stripes.util.bean |
---|
Methods in net.sourceforge.stripes.util.bean that return PropertyExpressionEvaluation | |
---|---|
PropertyExpressionEvaluation |
NodeEvaluation.getExpressionEvaluation()
Gets the PropertyExpressionEvaluation that this NodeEvaluation is a part of. |
Methods in net.sourceforge.stripes.util.bean with parameters of type PropertyExpressionEvaluation | |
---|---|
void |
NodeEvaluation.setExpressionEvaluation(PropertyExpressionEvaluation expressionEvaluation)
Sets the PropertyExpressionEvaluation that this NodeEvaluation is a part of. |
Constructors in net.sourceforge.stripes.util.bean with parameters of type PropertyExpressionEvaluation | |
---|---|
NodeEvaluation(PropertyExpressionEvaluation expressionEvaluation,
Node node)
Constructs a new NodeEvaluation for the specified part of an expression evaluation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |