Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultActionBeanPropertyBinder.bindNonNullValue(ActionBean bean,
PropertyExpressionEvaluation propertyEvaluation,
java.util.List<java.lang.Object> valueOrValues,
java.lang.Class targetType,
java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
PropertyExpressionEvaluation |
NodeEvaluation.getExpressionEvaluation()
Gets the PropertyExpressionEvaluation that this NodeEvaluation is a part of.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeEvaluation.setExpressionEvaluation(PropertyExpressionEvaluation expressionEvaluation)
Sets the PropertyExpressionEvaluation that this NodeEvaluation is a part of.
|
Constructor and Description |
---|
NodeEvaluation(PropertyExpressionEvaluation expressionEvaluation,
Node node)
Constructs a new NodeEvaluation for the specified part of an expression evaluation.
|
? Copyright 2005-2006, Stripes Development Team.