Package net.solarnetwork.web.support
Interface ViewResponseAugmentor
public interface ViewResponseAugmentor
API for augmenting a view response.
- Version:
- 1.0 $Date$
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionvoidaugmentResponse(Writer out) Augment the response in some way.
-
Method Details
-
augmentResponse
Augment the response in some way.- Parameters:
out- an output writer- Throws:
IOException- if any IO error occurs
-