Uses of Interface
name.matthewgreet.strutscommons.util.KeyExtractor
Packages that use KeyExtractor
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of KeyExtractor in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return KeyExtractorModifier and TypeMethodDescriptionListCache.getKeyExtractor()Returns Strategy that extracts the primary key from a record.ListCache.ListCacheConfig.getKeyExtractor()Returns adapter for obtaining unique key, usually the primary key, from records.Methods in name.matthewgreet.strutscommons.util with parameters of type KeyExtractorModifier and TypeMethodDescriptionvoidListCache.ListCacheConfig.setKeyExtractor(KeyExtractor<K, T> keyExtractor) voidListCache.setKeyExtractor(KeyExtractor<K, T> keyExtractor) Sets Strategy that extracts the primary key from a record.