Package net.sf.ehcache.constructs.web.filter

Examples of net.sf.ehcache.constructs.web.filter.FilterServletOutputStream


    /**
     * Creates a GenericResponseWrapper
     */
    public GenericResponseWrapper(final HttpServletResponse response, final OutputStream outstr) {
        super(response);
        this.outstr = new FilterServletOutputStream(outstr);
    }
View Full Code Here

TOP

Related Classes of net.sf.ehcache.constructs.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.