Directory src/au/com/whitesquare/waf/command/

Directory Created:
2003-06-22 22:20
Total Files:
8
Deleted Files:
2
Lines of Code:
1820

[root]/src/au/com/whitesquare/waf/command
                             multipage (0 files, 0 lines)
                                 html (0 files, 0 lines)
                             param (2 files, 277 lines)
                             response (10 files, 1176 lines)

Lines of Code

src/au/com/whitesquare/waf/command/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 91 (100.0%) 5208 (100.0%) 57.2
steve 90 (98.9%) 5191 (99.7%) 57.6
garth 1 (1.1%) 17 (0.3%) 17.0

Most Recent Commits

steve 2008-01-30 12:00

Removed un-used old code.

5 lines of code changed in:

  • src/au/com/whitesquare/waf/command: Response.java (+5 -62)
steve 2007-10-02 00:13

Added log message on redirect action occuring of processSubCommand.

11 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ValidatedCommand.java (+11 -2)
steve 2007-08-04 15:57

Replaced contexts with pre and post paths.

612 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ValidatedCommand.java (+612 -588)
steve 2007-07-29 21:01

Added isPost logic to the command structure.

96 lines of code changed in:

  • src/au/com/whitesquare/waf/command: BaseCommand.java (+68 -50), ValidatedCommand.java (+28 -6)
steve 2007-01-01 22:51

Added ability to directly add a RequestParameter or a sub-class to a ValidatedCommand.

569 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ValidatedCommand.java (+569 -556)
steve 2006-11-11 10:59

Completed support for arrays and errors in relation to attributes defined as arrays.

525 lines of code changed in:

  • src/au/com/whitesquare/waf/command: RequestParameter.java (+525 -502)
steve 2006-08-10 08:17

Created ability for parameter retreivers to have post parse parameters.

85 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ParameterRetriever.java (+32 -4), ValidatedCommand.java (+53 -11)
steve 2006-01-27 21:04

Added support for Float, Long, Integer and Object Array types.

226 lines of code changed in:

  • src/au/com/whitesquare/waf/command: RequestParameter.java (+173 -2), ValidatedCommand.java (+53 -2)
steve 2005-10-20 22:48

Added function to check if a param retreiver has been added to a command or not.

10 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ParameterRetriever.java (+10 -2)
steve 2005-10-14 12:31

Added extra javadoc.

17 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ValidatedCommand.java (+17 -2)
steve 2005-08-16 16:15

Added logic to expose the Response to the command.
This change was initiated so that the encodeURL function of the response could be used.

16 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ValidatedCommand.java (+16 -2)
steve 2005-06-26 21:21

Updated javadoc.

50 lines of code changed in:

  • src/au/com/whitesquare/waf/command: SecureCommand.java (+31 -37), ValidatedCommand.java (+19 -12)
steve 2005-06-26 20:52

Removed obsolete response and cleaned up object names.

0 lines of code changed in:

  • src/au/com/whitesquare/waf/command: FileServingResponse.java (del)
steve 2005-06-10 12:22

Added javadoc for addRequestParameter.

29 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ValidatedCommand.java (+29 -2)
steve 2005-06-10 12:22

Added overloaded version of addRequestParameter that works for optional parameters.

29 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ParameterRetriever.java (+29 -2)
steve 2005-01-29 17:56

Added ability for ParameterRetreives to have a validate method that connects
into the validation chain.

49 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ParameterRetriever.java (+29 -2), ValidatedCommand.java (+20 -2)
steve 2005-01-20 17:09

Added a new exception throw if the parameter retreiver has not been added
to a ValidatedCommand.
Before this test was added, the ParamRetreiver would NPE if the validatedcommand
was not configured, this way the developer gets a better error message.

40 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ParameterRetriever.java (+40 -2)
steve 2005-01-03 22:23

Added new validate method to allow complex field validations to be performed
prior to the command being executed.
The default validations are executed first and then the sub command validate
function is executed and all error are amalgamated then if there are > 0 errors
then the paramError method is executed.

51 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ValidatedCommand.java (+51 -20)
steve 2005-01-03 22:16

Updated to process the field validations by throwing FieldValidationExceptions
not ParameterErrors.

13 lines of code changed in:

  • src/au/com/whitesquare/waf/command: RequestParameter.java (+13 -7)
steve 2005-01-03 22:13

Converted the internal type from ParameterError to FieldValidationException.

34 lines of code changed in:

  • src/au/com/whitesquare/waf/command: ParameterErrors.java (+34 -18)

(51 more)

Generated by StatCVS 0.3