Uses of Class
net.sourceforge.stripes.util.bean.PropertyExpression

Packages that use PropertyExpression
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. 
 

Uses of PropertyExpression in net.sourceforge.stripes.util.bean
 

Methods in net.sourceforge.stripes.util.bean that return PropertyExpression
 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.
 

Constructors in net.sourceforge.stripes.util.bean with parameters of type PropertyExpression
PropertyExpressionEvaluation(PropertyExpression expression, Object bean)
          Constructs a new PropertyExpressionEvaluation for the expression and bean supplied.
 



? Copyright 2005-2006, Stripes Development Team.