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 TypeMethodDescriptionvoidDefaultAnnotationValidatior.FieldContext.setPairFieldUsage(InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) voidDefaultFormFormatter.FieldContext.setPairFieldUsage(InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) protected <T> voidDefaultAnnotationValidatior.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> voidDefaultFormFormatter.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 TypeMethodDescriptionvoidDefaultAnnotationValidatior.InterceptorContext.setPairConversionFields(Collection<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields) voidDefaultFormFormatter.InterceptorContext.setPairConversionFields(Collection<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields) voidInterceptorCommonLibrary.CategoriseFieldResult.setPairConversionFields(Collection<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields)