Uses of Interface
com.opensymphony.xwork2.ognl.BeanInfoCacheFactory
Packages that use BeanInfoCacheFactory
-
Uses of BeanInfoCacheFactory in com.opensymphony.xwork2.ognl
Classes in com.opensymphony.xwork2.ognl that implement BeanInfoCacheFactoryModifier and TypeClassDescriptionclass
DefaultOgnlBeanInfoCacheFactory<Key,
Value> Default OGNL Cache factory implementation.Constructors in com.opensymphony.xwork2.ognl with parameters of type BeanInfoCacheFactoryModifierConstructorDescriptionOgnlUtil
(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.