Uses of Class
name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.PairFieldUsage
Packages that use InterceptorCommonLibrary.PairFieldUsage
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of InterceptorCommonLibrary.PairFieldUsage in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return InterceptorCommonLibrary.PairFieldUsageModifier and TypeMethodDescriptionDefaultAnnotationValidatior.FieldContext.getPairFieldUsage()
Returns field and configured policies to apply for pair conversion mode.DefaultFormFormatter.FieldContext.getPairFieldUsage()
Returns field and configured policies to apply for pair conversion mode.Methods in name.matthewgreet.strutscommons.util that return types with arguments of type InterceptorCommonLibrary.PairFieldUsageModifier and TypeMethodDescriptionDefaultAnnotationValidatior.InterceptorContext.getPairConversionFields()
Returns policies for string/non-string field pairs where the string field stores the unconverted request parameter and non-string field has the converted value.DefaultFormFormatter.InterceptorContext.getPairConversionFields()
InterceptorCommonLibrary.CategoriseFieldResult.getPairConversionFields()
Methods in name.matthewgreet.strutscommons.util with parameters of type InterceptorCommonLibrary.PairFieldUsageModifier and TypeMethodDescriptionvoid
DefaultAnnotationValidatior.FieldContext.setPairFieldUsage
(InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) void
DefaultFormFormatter.FieldContext.setPairFieldUsage
(InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) protected <T> void
DefaultAnnotationValidatior.startFieldContext
(DefaultAnnotationValidatior.FieldContext.ConversionMode conversionMode, org.apache.struts2.dispatcher.Parameter parameter, InterceptorCommonLibrary.FieldUsage<T> fieldUsage, InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) Called when algorithm is about to start for a field in earnest and sets FieldContext property set 2.protected <T> void
DefaultFormFormatter.startFieldContext
(DefaultFormFormatter.FieldContext.FormatMode formatType, InterceptorCommonLibrary.FieldUsage<T> fieldUsage, InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) Called when algorithm is about to start for a field in earnest and sets FieldContext property set 2.Method parameters in name.matthewgreet.strutscommons.util with type arguments of type InterceptorCommonLibrary.PairFieldUsageModifier and TypeMethodDescriptionvoid
DefaultAnnotationValidatior.InterceptorContext.setPairConversionFields
(Collection<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields) void
DefaultFormFormatter.InterceptorContext.setPairConversionFields
(Collection<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields) void
InterceptorCommonLibrary.CategoriseFieldResult.setPairConversionFields
(Collection<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields)