Package org.apache.tiles.el


package org.apache.tiles.el
Attribute evaluator classes that can perform EL evaluation for attributes.
  • Class
    Description
    Evaluates string expression with typical EL syntax.
    You can use normal EL syntax, knowing that the root objects are Request, ApplicationContext and beans contained in request, session and application scope.
    Implementation of ELContext.
    Copied from Apache Tomcat 6.0.16 source code.
    Interface to define a factory of ExpressionFactory.
    Uses the JSP 2.1 ExpressionFactory to be used in Tiles.
    Resolves beans in request, session and application scope.
    Resolves beans in request, session and application scope.
    Resolves properties of Request and ApplicationContext.