-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0.0-beta2
-
Fix Version/s: 6.0.0-beta3
-
Component/s: wicket
-
Labels:None
IResourceStream should provide data and meta data. IResourceStreamWriter is an IResourceStream that pushes to an OutputStream, rather that allows pulling from a InputStream. It should not need to know about Responses. Responses are the responsibility of IResource, and specifically ResourceStreamResource.