Uses of Enum
name.matthewgreet.strutscommons.util.DefaultAnnotationValidator.FieldContext.ConversionMode
Packages that use DefaultAnnotationValidator.FieldContext.ConversionMode
Package
Description
Various helper classes, especially for session-based data, and libraries.
-
Uses of DefaultAnnotationValidator.FieldContext.ConversionMode in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return DefaultAnnotationValidator.FieldContext.ConversionModeModifier and TypeMethodDescriptionDefaultAnnotationValidator.FieldContext.getConversionMode()Returns conversion mode, defining how form field is set from a request parameter.Returns the enum constant of this type with the specified name.DefaultAnnotationValidator.FieldContext.ConversionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in name.matthewgreet.strutscommons.util with parameters of type DefaultAnnotationValidator.FieldContext.ConversionModeModifier and TypeMethodDescriptionvoidDefaultAnnotationValidator.FieldContext.setConversionMode(DefaultAnnotationValidator.FieldContext.ConversionMode conversionMode) protected <T> voidDefaultAnnotationValidator.startFieldContext(DefaultAnnotationValidator.FieldContext.ConversionMode conversionMode, 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.