Uses of Package
name.matthewgreet.strutscommons.annotation

Package
Description
Annotations used in annotation-based validation and form storage/retrieval.
Standard adjusters, converters and validators used in alternate annotation-based annotation.
  • Class
    Description
     
     
    Form validation success/fail states accepted by receiving Action.
    Message for any error messages.
  • Class
    Description
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be converted to a BigDecimal type and error message to display if this fails.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be converted to a boolean or Boolean type.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a byte or Byte type and error message to display if this fails.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a char or Character type and error message to display if this fails.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a Date type and error message to display if this fails.
     
     
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a double or Double type and error message to display if this fails.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a enumerated type and error message to display if this fails.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a float or Float type and error message to display if this fails.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a int or Integer type and error message to display if this fails.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed from comma separated values to some collection type of Integer and error message to display if this fails.
    Defines a String form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a recipient field of long or Long type and error message to display if this fails.
    Message for any error messages.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a short or Short type and error message to display if this fails.
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed from comma separated values to some collection of String.