Package name.matthewgreet.strutscommons.annotation


package name.matthewgreet.strutscommons.annotation
  • Class
    Description
    Defines a String form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a recipient field of BigDecimal type 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 boolean or Boolean type and error message to display if this fails.
    Defines how a String form field value (whether on a Struts Action or model of ModelDriven Struts Action) that should be modified using a client supplied adjuster.
    Defines a String form field (whether on a Struts Action or model of ModelDriven Struts Action) should be converted using a client supplied validator to a recipient field of some type of collection and error message to display if this fails.
    Defines a String form field (whether on a Struts Action or model of ModelDriven Struts Action) where the converted value that is a collection and is to be validated using a client supplied validator 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 converted using a client supplied validator to a recipient field and error message to display if this fails.
    Defines a String form field (whether on a Struts Action or model of ModelDriven Struts Action) where the converted value is to be validated using a client supplied validator and error message to display if this fails.
    Defines a String form field (whether on a Struts Action or model of ModelDriven Struts Action) to be validated using a client supplied validator 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 Date type 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 enumerated type and error message to display if this fails.
    Defines a member variable of a Struts action as receiving an injected form processed by another Struts action, whether successfully or not, usually to display it.
     
    Defines a String form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed to a recipient field of 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 a recipient field of some collection type of Integer and error message to display if this fails.
    Defines error message to display if a converted value of a String form field (whether on a Struts Action or model of ModelDriven Struts Action) is not within a range.
    Defines a Strng form field value (whether on a Struts Action or model of ModelDriven Struts Action) should be modified using the String.toLowerCase() function.
    Defines error message to display if a String form field (whether on a Struts Action or model of ModelDriven Struts Action) exceeds a maximum length.
    Defines error message to display if a converted value of a String form field (whether on a Struts Action or model of ModelDriven Struts Action) is less than a minimum value.
    Defines error message to display if a String form field (whether on a Struts Action or model of ModelDriven Struts Action) does not match a regular expression.
    Defines error message to display if a String form field (whether on a Struts Action or model of ModelDriven Struts Action) has not been set.
     
    Defines a form field (whether on a Struts Action or model of ModelDriven Struts Action) should be parsed from comma separated values to a recipient field of some collection of String.
    Defines a String form field value (whether on a Struts Action or model of ModelDriven Struts Action) should be trimmed using the String.trim() function.
    Defines a String form field value (whether on a Struts Action or model of ModelDriven Struts Action) should be modified using the String.toUowerCase() function.