Uses of Interface
org.apache.tiles.core.evaluator.AttributeEvaluator
Packages that use AttributeEvaluator
Package
Description
Interfaces to manage attribute value evaluation.
Classes to manage attribute value evaluation.
Attribute evaluator classes that can perform EL evaluation for attributes.
Attribute evaluator classes that can perform OGNL evaluation for attributes.
-
Uses of AttributeEvaluator in org.apache.struts2.tiles
Classes in org.apache.struts2.tiles that implement AttributeEvaluator -
Uses of AttributeEvaluator in org.apache.tiles.core.evaluator
Classes in org.apache.tiles.core.evaluator that implement AttributeEvaluatorModifier and TypeClassDescriptionclass
Abstract class to link a correct evaluation of an attribute, by evaluatingAttribute.getValue()
and thenAttribute.getExpressionObject()
.Methods in org.apache.tiles.core.evaluator that return AttributeEvaluatorModifier and TypeMethodDescriptionAttributeEvaluatorFactory.getAttributeEvaluator
(String language) Creates and attribute evaluator for the given expression language.AttributeEvaluatorFactory.getAttributeEvaluator
(Attribute attribute) Creates and attribute evaluator using an attribute.BasicAttributeEvaluatorFactory.getAttributeEvaluator
(String language) Creates and attribute evaluator for the given expression language.BasicAttributeEvaluatorFactory.getAttributeEvaluator
(Attribute attribute) Creates and attribute evaluator using an attribute.Methods in org.apache.tiles.core.evaluator with parameters of type AttributeEvaluatorModifier and TypeMethodDescriptionvoid
BasicAttributeEvaluatorFactory.registerAttributeEvaluator
(String language, AttributeEvaluator evaluator) Registers a known expression language with its attribute evaluator.Constructors in org.apache.tiles.core.evaluator with parameters of type AttributeEvaluatorModifierConstructorDescriptionBasicAttributeEvaluatorFactory
(AttributeEvaluator defaultEvaluator) Constructor. -
Uses of AttributeEvaluator in org.apache.tiles.core.evaluator.impl
Classes in org.apache.tiles.core.evaluator.impl that implement AttributeEvaluatorModifier and TypeClassDescriptionclass
Resolves a string and returns the string itself. -
Uses of AttributeEvaluator in org.apache.tiles.el
Classes in org.apache.tiles.el that implement AttributeEvaluatorModifier and TypeClassDescriptionclass
Evaluates string expression with typical EL syntax.
You can use normal EL syntax, knowing the root objects areRequest
,ApplicationContext
and beans contained in request, session and application scope. -
Uses of AttributeEvaluator in org.apache.tiles.ognl
Classes in org.apache.tiles.ognl that implement AttributeEvaluatorModifier and TypeClassDescriptionclass
Evaluates attribute expressions and expressions with OGNL language.