Package grails.plugin.cache.web.filter

Examples of grails.plugin.cache.web.filter.FilterServletOutputStream


  /**
   * Creates a GenericResponseWrapper
   */
  public GenericResponseWrapper(final HttpServletResponse response, final SerializableOutputStream outputStream) {
    super(response);
    out = new FilterServletOutputStream(outputStream);
  }
View Full Code Here

TOP

Related Classes of grails.plugin.cache.web.filter.FilterServletOutputStream

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.