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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 26 (100.0%) | 1402 (100.0%) | 53.9 |
Updated StringContentResponse to allow setting of the returned content type.
27 lines of code changed in:
Updated internals of the attachment response to be protected so that sub-classes can access the content.
5 lines of code changed in:
Added text quoting in CSV generation to elements that contain carriage returns.
13 lines of code changed in:
Added new constructor to the FileServingResponse to allow single line use.
21 lines of code changed in:
Created new response to allow sending a client file download based on an in-memory byte[].
107 lines of code changed in:
bug 31: added new Redirect Response.
24 lines of code changed in:
New Response to handle dispatching simple strings as the return.
40 lines of code changed in:
Fixed issue where final chunk would contain extra data due to the byte[] size.
22 lines of code changed in:
Created base CSV file response.
171 lines of code changed in:
Whitespace changes
6 lines of code changed in:
Catches IOException on sending file contents.
These are usually a Connection Reset error or some other disconnect error.
16 lines of code changed in:
Implements the getAttachment method as needed by the new EmailContent.
11 lines of code changed in:
Removed obsolete response and cleaned up object names.
26 lines of code changed in:
Created a base constructor that takes a set of parameter errors.
14 lines of code changed in:
Updated the response to change the param keys from .'s to _'s.
Now implements the emailcontent interface so that emails can be generated
by using a velocity forward response.
53 lines of code changed in:
Created new VelocityForwardResponse to support using Velocity files as the
front end of a WAF application.
To do this, there is now a BaseForwardResponse that both the JSP and Velocity versions extend.
266 lines of code changed in:
Moved forward method here.
Added methods to support error rendering.
151 lines of code changed in:
Created new constructor to allow sending a message.
11 lines of code changed in:
Created new base responses.
418 lines of code changed in: