Uses of Class
name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.DefaultConverterEntry
Packages that use InterceptorCommonLibrary.DefaultConverterEntry
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of InterceptorCommonLibrary.DefaultConverterEntry in name.matthewgreet.strutscommons.util
Fields in name.matthewgreet.strutscommons.util with type parameters of type InterceptorCommonLibrary.DefaultConverterEntryModifier and TypeFieldDescriptionprotected Map<Class<?>, InterceptorCommonLibrary.DefaultConverterEntry<?, ?>> DefaultPolicyLookup.builtInDefaultConverterMapprotected Map<Class<?>, InterceptorCommonLibrary.DefaultConverterEntry<?, ?>> DefaultPolicyLookup.dynamicDefaultConverterMapMethods in name.matthewgreet.strutscommons.util that return InterceptorCommonLibrary.DefaultConverterEntryModifier and TypeMethodDescription<C extends Converter<?,T>, T>
InterceptorCommonLibrary.DefaultConverterEntry<T, C> DefaultPolicyLookup.getDefaultConverterEntry(Class<? extends T> fieldClass) Returns default converter configuration for the form field type, or null if none set.<C extends Converter<?,T>, T>
InterceptorCommonLibrary.DefaultConverterEntry<T, C> PolicyLookup.getDefaultConverterEntry(Class<? extends T> fieldClass) Returns default converter and related metadata for a recipient type form field, or null if not found.<C extends Converter<?,T>, T>
InterceptorCommonLibrary.DefaultConverterEntry<T, ?> DefaultPolicyLookup.putDefaultConverter(Class<C> converterClass) Sets form field converter as the default converter for its recipient type, replacing any existing converter.<C extends Converter<?,T>, T>
InterceptorCommonLibrary.DefaultConverterEntry<T, ?> PolicyLookup.putDefaultConverter(Class<C> converterClass) Adds default converter so it can be found from its recipient type, returning description of any existing converter that was replaced.<C extends Converter<?,T>, T>
InterceptorCommonLibrary.DefaultConverterEntry<T, C> DefaultPolicyLookup.removeDefaultConverter(Class<? extends T> fieldClass) Removes default converter for a form field type and returns it, or null if not found.<C extends Converter<?,T>, T>
InterceptorCommonLibrary.DefaultConverterEntry<T, C> PolicyLookup.removeDefaultConverter(Class<? extends T> fieldClass) Removes default 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.DefaultConverterEntryModifier and TypeMethodDescriptionstatic List<InterceptorCommonLibrary.DefaultConverterEntry<?, ?>> InterceptorCommonLibrary.getBuiltInDefaultConverters()Returns built-in single value converters.DefaultPolicyLookup.getDefaultConverterEntries()PolicyLookup.getDefaultConverterEntries()Returns all default converters in use and related metadata.