| Package | Description |
|---|---|
| net.sourceforge.stripes.validation.expression |
This package provides several classes that give Stripes the ability to execute
EL expressions for validation using various implementations.
|
| Class and Description |
|---|
| ExpressionExecutor
Simple interface that specifies how Stripes will invoke expression based validation.
|
| ExpressionExecutorSupport
A base class that provides the general plumbing for running expression validation
using the old JSP 2.0 style ExpressionEvaluator.
|
| Jsp21ExpressionExecutor.StripesELResolver
Implementation of the EL interface to resolve variables.
|
© Copyright 2005-2006, Stripes Development Team.