Package org.slim3.struts.annotation

This package provides Slim3 annotations.

See:
          Description

Annotation Types Summary
Arg The argument of Msg.
ByteType An annotation to validate if the value is a byte.
CreditCardType An annotation to validate if the value is credit card numbers.
DateType An annotation to validate if the value is a date.
DoubleRange An annotation to validate if the double value is in a range.
DoubleType An annotation to validate if the value is a double.
EmailType An annotation to validate if the value is email.
Execute An annotation for execute method.
FloatRange An annotation to validate if the float value is in a range.
FloatType An annotation to validate if the value is a float.
IntegerType An annotation to validate if the value is an integer.
IntRange An annotation to validate if the int value is in a range.
LongRange An annotation to validate if the long value is in a range.
LongType An annotation to validate if the value is a long.
Mask An annotation to validate if the regular expression matches the value.
Maxbytelength An annotation to validate if the byte length of the string value is less than or equal to the maximum length.
Maxlength An annotation to validate if the length of the string value is less than or equal to the maximum length.
Minbytelength An annotation to validate if the byte length of the string value is greater than or equal to the minimum byte length.
Minlength An annotation to validate if the length of the string value is greater than or equal to the minimum length.
Msg An annotation to specify a validation message.
Required An annotation to validate if the value is input.
SessionScope An annotation to store value in session.
ShortType An annotation to validate if the value is a short.
UrlType An annotation to validate if the value is a url.
Validator A meta annotation for validation.
Validwhen An annotation to validate if the condition matches the value.
 

Package org.slim3.struts.annotation Description

This package provides Slim3 annotations.



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.