| Package | Description |
|---|---|
| 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 |
|---|---|
PropertyExpression |
PropertyExpressionEvaluation.getExpression()
Fetches the expression of which this is an evaluation.
|
static PropertyExpression |
PropertyExpression.getExpression(String expression)
Factory method for retrieving PropertyExpression objects for expression strings.
|
| Constructor and Description |
|---|
PropertyExpressionEvaluation(PropertyExpression expression,
Object bean)
Constructs a new PropertyExpressionEvaluation for the expression and bean supplied.
|
© Copyright 2005-2006, Stripes Development Team.