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(java.lang.String expression)
Factory method for retrieving PropertyExpression objects for expression strings.
|
Constructor and Description |
---|
PropertyExpressionEvaluation(PropertyExpression expression,
java.lang.Object bean)
Constructs a new PropertyExpressionEvaluation for the expression and bean supplied.
|
? Copyright 2005-2006, Stripes Development Team.