Package org.gatein.cdi.wrappers

Examples of org.gatein.cdi.wrappers.ServletOutputStreamWrapper


        mimeResponse = response;
    }

    @Override
    public ServletOutputStream getOutputStream() throws IOException {
        return new ServletOutputStreamWrapper(mimeResponse);
    }
View Full Code Here

TOP

Related Classes of org.gatein.cdi.wrappers.ServletOutputStreamWrapper

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.