Uses of Interface
org.apache.struts2.ognl.ExpressionCacheFactory
Packages that use ExpressionCacheFactory
-
Uses of ExpressionCacheFactory in org.apache.struts2.ognl
Classes in org.apache.struts2.ognl that implement ExpressionCacheFactoryModifier and TypeClassDescriptionclass
DefaultOgnlExpressionCacheFactory<Key,
Value> Default OGNL Expression Cache factory implementation.Constructors in org.apache.struts2.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.