Uses of Interface
com.opensymphony.xwork2.ognl.ExpressionCacheFactory
Packages that use ExpressionCacheFactory
-
Uses of ExpressionCacheFactory in com.opensymphony.xwork2.ognl
Classes in com.opensymphony.xwork2.ognl that implement ExpressionCacheFactoryModifier and TypeClassDescriptionclass
DefaultOgnlExpressionCacheFactory<Key,
Value> Default OGNL Expression Cache factory implementation.Constructors in com.opensymphony.xwork2.ognl with parameters of type ExpressionCacheFactoryModifierConstructorDescriptionOgnlUtil
(ExpressionCacheFactory<String, Object> ognlExpressionCacheFactory, BeanInfoCacheFactory<Class<?>, BeanInfo> ognlBeanInfoCacheFactory, OgnlGuard ognlGuard) Construct a new OgnlUtil instance for use with the framework, with optional cache factories for OGNL Expression and BeanInfo caches.