| 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 |
|---|---|
Node |
Node.getNext()
Gets the next node in the expression.
|
Node |
NodeEvaluation.getNode()
Gets the Node that is represented in the evaluation by this NodeEvaluation.
|
Node |
Node.getPrevious()
Gets the previous node in the expression.
|
Node |
PropertyExpression.getRootNode()
Fetches the root or first node in this expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.setNext(Node next)
Sets the next node in the expression.
|
void |
NodeEvaluation.setNode(Node node)
Sets the Node that is represented in the evaluation by this NodeEvaluation.
|
protected void |
Node.setPrevious(Node previous)
Sets the previous node in the expression.
|
| 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.