Uses of Class
name.matthewgreet.strutscommons.util.AbstractCompositeCache
Packages that use AbstractCompositeCache
Package
Description
Various helper classes, especially for session-based data, and libraries.
Various view helpers used for JSP pages.
-
Uses of AbstractCompositeCache in name.matthewgreet.strutscommons.util
Subclasses of AbstractCompositeCache in name.matthewgreet.strutscommons.utilModifier and TypeClassDescriptionclass
AbstractCompositeCache_1S<KM extends Serializable,
TM extends Serializable, K1 extends Serializable, T1 extends Serializable> Template for web level, session-based caching a master, record list with one slave list for editing in various web pages.class
AbstractCompositeCache_2S<KM extends Serializable,
TM extends Serializable, K1 extends Serializable, T1 extends Serializable, K2 extends Serializable, T2 extends Serializable> Template for web level, session-based caching a master, record list with two slave lists for editing in various web pages.Constructors in name.matthewgreet.strutscommons.util with parameters of type AbstractCompositeCacheModifierConstructorDescriptionAbstractCompositeCache
(AbstractCompositeCache<KM, TM> abstractCompositeCache) -
Uses of AbstractCompositeCache in name.matthewgreet.strutscommons.view
Method parameters in name.matthewgreet.strutscommons.view with type arguments of type AbstractCompositeCacheModifier and TypeMethodDescriptionvoid
AbstractListCacheBasedDisplay.setBrowserTabSessionData
(BrowserTabSession browserTabSession, Class<? extends AbstractCompositeCache<?, T>> compositeCacheClass, String tabId) Sets all session data, class of composite cache used by sibling tabs, and tab id of this tab.