Uses of Interface
name.matthewgreet.strutscommons.util.SingleItemFinder
Packages that use SingleItemFinder
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of SingleItemFinder in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return SingleItemFinderModifier and TypeMethodDescriptionListCache.getItemFinder()Returns Strategy used to retrieve single item of list, including any extensions, or null if not set.ListCache.ListCacheConfig.getItemFinder()Returns single item finder Strategy for full details of a single item.Methods in name.matthewgreet.strutscommons.util with parameters of type SingleItemFinderModifier and TypeMethodDescriptionvoidListCache.ListCacheConfig.setItemFinder(SingleItemFinder<K, T> itemFinder) voidListCache.setItemFinder(SingleItemFinder<K, T> value) Sets Strategy for retrieving single item of list, including details.