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 TypeMethodDescriptionDefaultAnnotationValidator.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 TypeMethodDescriptionDefaultAnnotationValidator.InterceptorContext.getFailedPairFields()Returns info list of pair fields processing failed.DefaultAnnotationValidator.InterceptorContext.getPairConversionFields()Returns info for string/non-string field pairs where the string field stores the unconverted request parameters and non-string field has the converted values.DefaultFormFormatter.InterceptorContext.getPairConversionFields()InterceptorCommonLibrary.CategoriseFieldResult.getPairConversionFields()DefaultAnnotationValidator.InterceptorContext.getPairListConversionFields()Returns info for single string/non-string list field pairs where the string field stores the unconverted request parameter and non-string field has the converted values.DefaultFormFormatter.InterceptorContext.getPairListConversionFields()InterceptorCommonLibrary.CategoriseFieldResult.getPairListConversionFields()DefaultAnnotationValidator.InterceptorContext.getSuccessfulPairFields()Returns info list of pair fields that were successfully processed.Methods in name.matthewgreet.strutscommons.util with parameters of type InterceptorCommonLibrary.PairFieldUsageModifier and TypeMethodDescriptionvoidDefaultAnnotationValidator.FieldContext.setPairFieldUsage(InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) voidDefaultFormFormatter.FieldContext.setPairFieldUsage(InterceptorCommonLibrary.PairFieldUsage<T> pairFieldUsage) protected <T> voidDefaultAnnotationValidator.startFieldContext(DefaultAnnotationValidator.FieldContext.ConversionMode conversionMode, FieldParsedParameterList fieldParsedParameterList, 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 TypeMethodDescriptionvoidDefaultAnnotationValidator.InterceptorContext.setFailedPairFields(List<InterceptorCommonLibrary.PairFieldUsage<?>> failedPairFields) voidDefaultAnnotationValidator.InterceptorContext.setPairConversionFields(List<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields) voidDefaultFormFormatter.InterceptorContext.setPairConversionFields(Collection<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields) voidInterceptorCommonLibrary.CategoriseFieldResult.setPairConversionFields(List<InterceptorCommonLibrary.PairFieldUsage<?>> pairConversionFields) voidDefaultAnnotationValidator.InterceptorContext.setPairListConversionFields(List<InterceptorCommonLibrary.PairFieldUsage<?>> pairListConversionFields) voidDefaultFormFormatter.InterceptorContext.setPairListConversionFields(Collection<InterceptorCommonLibrary.PairFieldUsage<?>> pairListConversionFields) voidInterceptorCommonLibrary.CategoriseFieldResult.setPairListConversionFields(List<InterceptorCommonLibrary.PairFieldUsage<?>> pairListConversionFields) voidDefaultAnnotationValidator.InterceptorContext.setSuccessfulPairFields(List<InterceptorCommonLibrary.PairFieldUsage<?>> successfulPairFields)