Uses of Class
name.matthewgreet.strutscommons.util.ListCache
Packages that use ListCache
Package
Description
Template classes and supporting interfaces for Struts 2 Actions.
Various helper classes, especially for session-based data, and libraries.
Various view helpers used for JSP pages.
-
Uses of ListCache in name.matthewgreet.strutscommons.action
Methods in name.matthewgreet.strutscommons.action that return ListCacheModifier and TypeMethodDescriptionAbstractFindBaseRecordListActionSupport.getListCache()
Written by subclasses to return list cache that is being populated.AbstractFindIdListActionSupport.getListCache
(javax.servlet.http.HttpSession session) Written by subclasses to return list cache that is being populated.AbstractFindIndexListActionSupport.getListCache()
Written by subclasses to return list cache that is being populated.AbstractFindListActionSupport.getListCache()
Written by subclasses to return list cache that is being populated.AbstractFindListMultiModeActionSupport.getListCache()
Written by subclasses to return list cache that is being populated.AbstractSaveListActionSupport.getListCache()
Written by subclasses to return list cache that is being updated.AbstractViewListActionSupport.getListCache()
Written by subclasses to return list cache that is being populated.AbstractFindBaseRecordListActionSupport.getMasterListCache()
Written by subclasses to return master list cache or null if the list cache is the master list.AbstractFindIdListActionSupport.getMasterListCache
(javax.servlet.http.HttpSession session) Written by subclasses to return master list cache or null if the list cache is the master list.AbstractFindIndexListActionSupport.getMasterListCache()
Written by subclasses to return master list cache or null if the list cache is the master list.AbstractFindListActionSupport.getMasterListCache()
Written by subclasses to return master list cache or null if the list cache is the master list.AbstractFindListMultiModeActionSupport.getMasterListCache()
Written by subclasses to return master list cache or null if the list cache is the master list.AbstractSaveListActionSupport.getMasterListCache()
Written by subclasses to return master list cache or null if the list cache is the master list.AbstractViewListActionSupport.getMasterListCache()
Written by subclasses to return master list cache or null if the display list cache is the master list.Methods in name.matthewgreet.strutscommons.action with parameters of type ListCacheModifier and TypeMethodDescriptionprotected Integer
AbstractSaveListActionSupport.getAlternateIndex
(ListCache<M, K, T> listCache) Optionally written by subclasses to return index of record to select, typically by a request parameter, or null for no change of selection.protected Integer
AbstractViewListActionSupport.getAlternateIndex
(ListCache<M, K, T> listCache) Optionally written by subclasses to return index of record to select, typically by a request parameter, or null for no change of selection. -
Uses of ListCache in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return ListCacheModifier and TypeMethodDescriptionListCache.getMasterList()
Returns master list cache, where records of this slave list cache are related to selected record of master list cache, or null if this is not a slave list.AbstractCompositeCache.getMasterListCache()
Returns cache of master list.AbstractCompositeCache_1S.getSlaveListCache1()
Returns cache of slave list 1.AbstractCompositeCache_2S.getSlaveListCache2()
Returns cache of slave list 2.Methods in name.matthewgreet.strutscommons.util with parameters of type ListCacheModifier and TypeMethodDescriptionvoid
ListCacheListener.notifyChanged
(ListCache<?, ?, T> listCache) Notifies that list, selected item, or selection index changed or marked for reload.protected void
AbstractCompositeCache.notifyMasterListCacheChanged
(ListCache<?, ?, TM> listCache) Notification that the master list cache has changed.protected void
AbstractCompositeCache_1S.notifySlaveListCache1Changed
(ListCache<?, ?, T1> listCache) Notification that the slave list cache 1 has changed.protected void
AbstractCompositeCache_2S.notifySlaveListCache2Changed
(ListCache<?, ?, T2> listCache) Notification that the slave list cache 2 has changed.Constructors in name.matthewgreet.strutscommons.util with parameters of type ListCache -
Uses of ListCache in name.matthewgreet.strutscommons.view
Methods in name.matthewgreet.strutscommons.view that return ListCacheConstructors in name.matthewgreet.strutscommons.view with parameters of type ListCacheModifierConstructorDescriptionAbstractDetailDisplay
(ListCache<?, ?, T> listCache) AbstractListCacheBasedDisplay
(ListCache<?, ?, T> listCache) AbstractListDisplay
(ListCache<?, ?, T> listCache)