[root]/src/au/com/whitesquare/waf/command/param

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 3 (100.0%) | 280 (100.0%) | 93.3 |
New request parameter implementation that not only parses a string for a date format
but if the supplied value is a long, uses that to generate a date.
153 lines of code changed in:
Overrode the getObject to return the Date object for use in the validated commands.
Now when parsing the format fails, a FieldValidationException is raised to ensure that the paramterErrorExecute is launched in a ValidatedCommand.
15 lines of code changed in:
New RequestParameter that allows automatic date parsing.
112 lines of code changed in: