| 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,
List<Object> valueOrValues,
Class targetType,
Class scalarType)
Internal helper method to bind one or more values to a single property on an ActionBean.
|
protected boolean |
DefaultActionBeanPropertyBinder.isBindingAllowed(PropertyExpressionEvaluation eval)
Checks to see if binding is permitted for the provided expression evaluation.
|
boolean |
BindingPolicyManager.isBindingAllowed(PropertyExpressionEvaluation eval)
Indicates if binding is allowed for the given expression.
|
protected boolean |
BindingPolicyManager.usesIllegalNodeValueType(PropertyExpressionEvaluation eval)
Indicates if any node in the given
PropertyExpressionEvaluation has a value type that is assignable from
any of the classes listed in BindingPolicyManager.ILLEGAL_NODE_VALUE_TYPES. |
| 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.