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 IntegerAbstractSaveListActionSupport.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 IntegerAbstractViewListActionSupport.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_10S.getSlaveListCache10()Returns cache of slave list 10.AbstractCompositeCache_11S.getSlaveListCache11()Returns cache of slave list 11.AbstractCompositeCache_12S.getSlaveListCache12()Returns cache of slave list 12.AbstractCompositeCache_13S.getSlaveListCache12()Returns cache of slave list 12.AbstractCompositeCache_14S.getSlaveListCache14()Returns cache of slave list 14.AbstractCompositeCache_15S.getSlaveListCache15()Returns cache of slave list 15.AbstractCompositeCache_2S.getSlaveListCache2()Returns cache of slave list 2.AbstractCompositeCache_3S.getSlaveListCache3()Returns cache of slave list 3.AbstractCompositeCache_4S.getSlaveListCache4()Returns cache of slave list 4.AbstractCompositeCache_5S.getSlaveListCache5()Returns cache of slave list 5.AbstractCompositeCache_6S.getSlaveListCache6()Returns cache of slave list 6.AbstractCompositeCache_7S.getSlaveListCache7()Returns cache of slave list 7.AbstractCompositeCache_8S.getSlaveListCache8()Returns cache of slave list 8.AbstractCompositeCache_9S.getSlaveListCache9()Returns cache of slave list 9.Methods in name.matthewgreet.strutscommons.util with parameters of type ListCacheModifier and TypeMethodDescriptionvoidListCacheListener.notifyChanged(ListCache<?, ?, T> listCache) Notifies that list, selected item, or selection index changed or marked for reload.protected voidAbstractCompositeCache.notifyMasterListCacheChanged(ListCache<?, ?, TM> listCache) Notification that the master list cache has changed.protected voidAbstractCompositeCache_10S.notifySlaveListCache10Changed(ListCache<?, ?, T10> listCache) Notification that the slave list cache 10 has changed.protected voidAbstractCompositeCache_11S.notifySlaveListCache11Changed(ListCache<?, ?, T11> listCache) Notification that the slave list cache 11 has changed.protected voidAbstractCompositeCache_12S.notifySlaveListCache12Changed(ListCache<?, ?, T12> listCache) Notification that the slave list cache 12 has changed.protected voidAbstractCompositeCache_13S.notifySlaveListCache12Changed(ListCache<?, ?, T12> listCache) Notification that the slave list cache 12 has changed.protected voidAbstractCompositeCache_14S.notifySlaveListCache14Changed(ListCache<?, ?, T14> listCache) Notification that the slave list cache 14 has changed.protected voidAbstractCompositeCache_15S.notifySlaveListCache15Changed(ListCache<?, ?, T15> listCache) Notification that the slave list cache 15 has changed.protected voidAbstractCompositeCache_1S.notifySlaveListCache1Changed(ListCache<?, ?, T1> listCache) Notification that the slave list cache 1 has changed.protected voidAbstractCompositeCache_2S.notifySlaveListCache2Changed(ListCache<?, ?, T2> listCache) Notification that the slave list cache 2 has changed.protected voidAbstractCompositeCache_3S.notifySlaveListCache3Changed(ListCache<?, ?, T3> listCache) Notification that the slave list cache 3 has changed.protected voidAbstractCompositeCache_4S.notifySlaveListCache4Changed(ListCache<?, ?, T4> listCache) Notification that the slave list cache 4 has changed.protected voidAbstractCompositeCache_5S.notifySlaveListCache5Changed(ListCache<?, ?, T5> listCache) Notification that the slave list cache 5 has changed.protected voidAbstractCompositeCache_6S.notifySlaveListCache6Changed(ListCache<?, ?, T6> listCache) Notification that the slave list cache 6 has changed.protected voidAbstractCompositeCache_7S.notifySlaveListCache7Changed(ListCache<?, ?, T7> listCache) Notification that the slave list cache 7 has changed.protected voidAbstractCompositeCache_8S.notifySlaveListCache8Changed(ListCache<?, ?, T8> listCache) Notification that the slave list cache 8 has changed.protected voidAbstractCompositeCache_9S.notifySlaveListCache9Changed(ListCache<?, ?, T9> listCache) Notification that the slave list cache 9 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)