Package | Description |
---|---|
org.apache.tiles.el |
Attribute evaluator classes that can perform EL evaluation for attributes.
|
org.apache.tiles.evaluator.el |
Deprecated package containing only deprecated classes that can perform EL evaluation for attributes.
|
org.apache.tiles.jsp.evaluator.el |
Attribute evaluator classes that can perform EL evaluation for attributes when a JSP
environment is available.
|
Class and Description |
---|
ExpressionFactoryFactory
Interface to define a factory of
ExpressionFactory . |
Class and Description |
---|
ELAttributeEvaluator
Evaluates string expression with typical EL syntax.
You can use normal EL syntax, knowing that the root objects are TilesRequestContext , TilesApplicationContext and beans
contained in request, session and application scope. |
ELContextImpl
Implementation of ELContext.
Copied from Apache Tomcat 6.0.16 source code. |
ExpressionFactoryFactory
Interface to define a factory of
ExpressionFactory . |
TilesContextBeanELResolver
Resolves beans in request, session and application scope.
|
TilesContextELResolver
Resolves properties of
TilesRequestContext and
TilesApplicationContext . |
Class and Description |
---|
JspExpressionFactoryFactory
Uses the JSP 2.1
ExpressionFactory to be used in Tiles. |
Copyright © 2016. All rights reserved.