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