Uses of Interface
org.apache.tapestry.services.ExpressionCache

Packages that use ExpressionCache
org.apache.tapestry.binding Implementations of IBinding
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ExpressionCache in org.apache.tapestry.binding
 

Methods in org.apache.tapestry.binding with parameters of type ExpressionCache
 void OGNLBindingFactory.setExpressionCache(ExpressionCache expressionCache)
           
 

Constructors in org.apache.tapestry.binding with parameters of type ExpressionCache
ExpressionBinding(String description, org.apache.hivemind.Location location, ValueConverter valueConverter, IComponent root, String expression, ExpressionEvaluator evaluator, ExpressionCache cache)
          Creates a ExpressionBinding from the root object and an OGNL expression.
 

Uses of ExpressionCache in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement ExpressionCache
 class ExpressionCacheImpl
           
 

Methods in org.apache.tapestry.services.impl with parameters of type ExpressionCache
 void ExpressionEvaluatorImpl.setExpressionCache(ExpressionCache expressionCache)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.