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.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsElExpressionExecutor
An implementation of
ExpressionExecutor that relies on the Apache Commons
EL implementation being available in the classpath. |
class |
Jsp20ExpressionExecutor
An implementation of
ExpressionExecutor that uses the container's built in
JSP2.0 EL implementation. |
? Copyright 2005-2006, Stripes Development Team.