Interface ViewResponseAugmentor


public interface ViewResponseAugmentor
API for augmenting a view response.
Version:
1.0 $Date$
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Augment the response in some way.
  • Method Details

    • augmentResponse

      void augmentResponse(Writer out) throws IOException
      Augment the response in some way.
      Parameters:
      out - an output writer
      Throws:
      IOException - if any IO error occurs