Package org.jasig.portal.utils.web

Examples of org.jasig.portal.utils.web.PortletMimeHttpServletResponseWrapper


        final CacheControl cacheControl = cacheState.getCacheControl();
       
        //Setup the request and response
        httpServletRequest = this.setupPortletRequest(httpServletRequest);
        httpServletResponse = new PortletMimeHttpServletResponseWrapper(httpServletResponse, portletWindow, portletOutputHandler, cacheControl);
       
        httpServletRequest.setAttribute(ATTRIBUTE__PORTLET_CACHE_CONTROL, cacheControl);
        httpServletRequest.setAttribute(ATTRIBUTE__PORTLET_OUTPUT_HANDLER, cachingPortletOutputHandler);
       
        logger.debug("Rendering portlet {} for window {}", renderPart.name(), portletWindow);
View Full Code Here

TOP

Related Classes of org.jasig.portal.utils.web.PortletMimeHttpServletResponseWrapper

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.