Annotation Interface CustomAdjuster
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. The custom adjuster must implement Adjuster
, preferably
extending AbstractCustomAdjusterSupport
, and have a default public constructor.
Other parameters
- param1
- Parameter recognised by custom validator. Defaults to empty string.
- param2
- Parameter recognised by custom validator. Defaults to empty string.
- param3
- Parameter recognised by custom validator. Defaults to empty string.
- param4
- Parameter recognised by custom validator. Defaults to empty string.
- param5
- Parameter recognised by custom validator. Defaults to empty string.
- adjusterClass
- Class of client supplied adjuster. See notes above.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements