Uses of Class
name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.DefaultCollectionConverterEntry
Packages that use InterceptorCommonLibrary.DefaultCollectionConverterEntry
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of InterceptorCommonLibrary.DefaultCollectionConverterEntry in name.matthewgreet.strutscommons.util
Fields in name.matthewgreet.strutscommons.util with type parameters of type InterceptorCommonLibrary.DefaultCollectionConverterEntryModifier and TypeFieldDescriptionprotected Map<Class<?>, InterceptorCommonLibrary.DefaultCollectionConverterEntry<?, ?>> DefaultPolicyLookup.builtInDefaultCollectionConverterMapprotected Map<Class<?>, InterceptorCommonLibrary.DefaultCollectionConverterEntry<?, ?>> DefaultPolicyLookup.dynamicDefaultCollectionConverterMapMethods in name.matthewgreet.strutscommons.util that return InterceptorCommonLibrary.DefaultCollectionConverterEntryModifier and TypeMethodDescription<C extends CollectionConverter<?,T>, T>
InterceptorCommonLibrary.DefaultCollectionConverterEntry<T, C> DefaultPolicyLookup.getDefaultCollectionConverterEntry(Class<? extends T> itemClass) Returns default collection converter configuration for the collection item's type, or null if none set.<C extends CollectionConverter<?,T>, T>
InterceptorCommonLibrary.DefaultCollectionConverterEntry<T, C> PolicyLookup.getDefaultCollectionConverterEntry(Class<? extends T> itemClass) Returns default collection converter and related metadata for an item class of a collection form field, or null if not found.<C extends CollectionConverter<?,T>, T>
InterceptorCommonLibrary.DefaultCollectionConverterEntry<T, ?> DefaultPolicyLookup.putDefaultCollectionConverter(Class<C> collectionConverterClass) Sets form field collection converter as the default collection converter for its recipient item type, replacing any existing one.<C extends CollectionConverter<?,T>, T>
InterceptorCommonLibrary.DefaultCollectionConverterEntry<T, ?> PolicyLookup.putDefaultCollectionConverter(Class<C> collectionConverterClass) Adds default collection converter so it can be found from its recipient type, returning description of any existing collection converter that was replaced.<C extends CollectionConverter<?,T>, T>
InterceptorCommonLibrary.DefaultCollectionConverterEntry<T, C> DefaultPolicyLookup.removeDefaultCollectionConverter(Class<? extends T> itemClass) Removes default collection converter for an item type for collection form fields and returns it, or null if not found.<C extends CollectionConverter<?,T>, T>
InterceptorCommonLibrary.DefaultCollectionConverterEntry<T, C> PolicyLookup.removeDefaultCollectionConverter(Class<? extends T> itemClass) Removes default collection converter class from lookup, returning description of any existing converter that was removed.Methods in name.matthewgreet.strutscommons.util that return types with arguments of type InterceptorCommonLibrary.DefaultCollectionConverterEntryModifier and TypeMethodDescriptionInterceptorCommonLibrary.getBuiltInDefaultCollectionConverters()Returns built-in single value converters.DefaultPolicyLookup.getDefaultCollectionConverterEntries()PolicyLookup.getDefaultCollectionConverterEntries()Returns all default collection converters in use and related metadata.