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 |
---|---|
protected java.lang.reflect.Type |
PropertyExpressionEvaluation.getTypeViaInstances(NodeEvaluation end)
Determines the type of the supplied node and sets appropriate information on the node.
|
java.lang.Object |
JavaBeanPropertyAccessor.getValue(NodeEvaluation evaluation,
java.lang.Object bean)
Fetches the specified property value from the bean if it exists.
|
? Copyright 2005-2006, Stripes Development Team.