Package net.sourceforge.stripes.validation.expression

This package provides several classes that give Stripes the ability to execute EL expressions for validation using various implementations.

See:
          Description

Interface Summary
ExpressionExecutor Simple interface that specifies how Stripes will invoke expression based validation.
 

Class Summary
CommonsElExpressionExecutor An implementation of ExpressionExecutor that relies on the Apache Commons EL implementation being available in the classpath.
ExpressionExecutorSupport A base class that provides the general plumbing for running expression validation using the old JSP 2.0 style ExpressionEvaluator.
ExpressionExecutorSupport.BeanVariableResolver A JSP EL VariableResolver that first attempts to look up the value of the variable as a first level property on the ActionBean, and if does not exist then delegates to the built in resolver.
ExpressionValidator A Facade to the classes that perform expression based validation.
Jsp20ExpressionExecutor An implementation of ExpressionExecutor that uses the container's built in JSP2.0 EL implementation.
Jsp21ExpressionExecutor An implementation of ExpressionExecutor that uses the new EL API available in Java EE 5 in the javax.el package.
Jsp21ExpressionExecutor.StripesELContext Implementation of the EL interface for managing expression context.
Jsp21ExpressionExecutor.StripesELResolver Implementation of the EL interface to resolve variables.
 

Package net.sourceforge.stripes.validation.expression Description

This package provides several classes that give Stripes the ability to execute EL expressions for validation using various implementations.



? Copyright 2005-2006, Stripes Development Team.