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 |
---|---|
NodeType |
NodeEvaluation.getType()
Gets the type of the node (bean property, list item etc.).
|
static NodeType |
NodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeEvaluation.setType(NodeType type)
Gets the type of the node (bean property, list item etc.).
|
? Copyright 2005-2006, Stripes Development Team.