Uses of Enum
name.matthewgreet.strutscommons.annotation.Required.MessageType
Packages that use Required.MessageType
Package
Description
Annotations used in annotation-based validation and form storage/retrieval.
Various Struts 2 Interceptors.
Standard adjusters, converters and validators used in alternate annotation-based annotation.
Various helper classes, especially for session-based data, and libraries.
-
Uses of Required.MessageType in name.matthewgreet.strutscommons.annotation
Methods in name.matthewgreet.strutscommons.annotation that return Required.MessageTypeModifier and TypeMethodDescriptionstatic Required.MessageTypeReturns the enum constant of this type with the specified name.static Required.MessageType[]Required.MessageType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Required.MessageType in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor that return Required.MessageTypeMethods in name.matthewgreet.strutscommons.interceptor with parameters of type Required.MessageTypeModifier and TypeMethodDescriptionvoidAnnotationValidationInterceptor2.setDefaultMessageType(Required.MessageType defaultMessageType) -
Uses of Required.MessageType in name.matthewgreet.strutscommons.policy
Fields in name.matthewgreet.strutscommons.policy declared as Required.MessageTypeMethods in name.matthewgreet.strutscommons.policy that return Required.MessageTypeModifier and TypeMethodDescriptionAbstractCustomCollectionConverterSupport.getMessageType()AbstractCustomCollectionFormatterSupport.getMessageType()AbstractCustomCollectionPostConversionValidatorSupport.getMessageType()AbstractCustomConverterSupport.getMessageType()AbstractCustomFormatterSupport.getMessageType()AbstractCustomNonConversionValidatorSupport.getMessageType()AbstractCustomPostConversionValidatorSupport.getMessageType()BigDecimalConverter.getMessageType()BooleanConverter.getMessageType()ByteConverter.getMessageType()CharacterConverter.getMessageType()CollectionConverter.getMessageType()Returns whether to write any error message to action errors, field errors, or action messages.CollectionPostConversionValidator.getMessageType()Returns whether to write any error message to action errors, field errors, or action messages.ConversionResult.getMessageType()If conversion failed, returns message list to use, or null to use annotation setting.Converter.getMessageType()Returns whether to write any error message to action errors, field errors, or action messages.DateConverter.getMessageType()DoubleConverter.getMessageType()EnumConverter.getMessageType()FloatConverter.getMessageType()IntegerConverter.getMessageType()IntegerCSVConverter.getMessageType()IntegerRangeValidator.getMessageType()LongConverter.getMessageType()MaxLengthValidator.getMessageType()MinIntegerValidator.getMessageType()NonConversionValidator.getMessageType()Returns whether to write any error message to action errors, field errors, or action messages.PostConversionValidator.getMessageType()Returns whether to write any error message to action errors, field errors, or action messages.RegexValidator.getMessageType()RequiredIntegerEntriesValidator.getMessageType()RequiredValidator.getMessageType()ShortConverter.getMessageType()StringCSVConverter.getMessageType()ValidationResult.getMessageType()If validation failed, returns message list to use, or null to use annotation setting.Methods in name.matthewgreet.strutscommons.policy with parameters of type Required.MessageTypeModifier and TypeMethodDescriptionstatic <T> ConversionResult<T> ConversionResult.makeFailureWithMessageKeyResult(String messageKey, Required.MessageType messageType) Returns result for failed conversion and using supplied message key.static ValidationResultValidationResult.makeFailureWithMessageKeyResult(String messageKey, Required.MessageType messageType) Returns result for validation fail and using supplied message key.static <T> ConversionResult<T> ConversionResult.makeFailureWithMessageResult(String message, Required.MessageType messageType) Returns result for failed conversion and using supplied message.static ValidationResultValidationResult.makeFailureWithMessageResult(String message, Required.MessageType messageType) Returns result for validation fail and using supplied message.voidConversionResult.setMessageType(Required.MessageType messageType) voidValidationResult.setMessageType(Required.MessageType messageType) Constructors in name.matthewgreet.strutscommons.policy with parameters of type Required.MessageTypeModifierConstructorDescriptionConversionResult(boolean success, T parsedValue, Collection<T> parsedCollectionValue, String message, String messageKey, Required.MessageType messageType) ValidationResult(boolean success, String message, String messageKey, Required.MessageType messageType) -
Uses of Required.MessageType in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return Required.MessageTypeModifier and TypeMethodDescriptionDefaultAnnotationValidator.getDefaultMessageType()Returns default target for writing or logging conversion and validation failures.protected Required.MessageTypeDefaultAnnotationValidator.getMessageTypeForDefault()Returns target type for conversion and validation failures if annotation uses default type.Methods in name.matthewgreet.strutscommons.util with parameters of type Required.MessageTypeModifier and TypeMethodDescriptionvoidDefaultAnnotationValidator.setDefaultMessageType(Required.MessageType defaultMessageType)