Uses of Class
name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.FoundFieldUsage
Packages that use InterceptorCommonLibrary.FoundFieldUsage
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of InterceptorCommonLibrary.FoundFieldUsage in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return InterceptorCommonLibrary.FoundFieldUsageModifier and TypeMethodDescriptionstatic <T> InterceptorCommonLibrary.FoundFieldUsage<T> InterceptorCommonLibrary.findPairedFieldUsage(String unformattedFieldName, Map<String, InterceptorCommonLibrary.FieldUsage<T>> defaultConversionFieldUsages, Map<String, InterceptorCommonLibrary.FieldUsage<T>> ignoreFieldUsages, Map<String, InterceptorCommonLibrary.FieldUsage<T>> noConversionFieldUsages, Map<String, InterceptorCommonLibrary.FieldUsage<T>> setOnlyFieldUsages) Returns location and field stats of the unformatted, non-string half of a pair for pair conversion.