Package org.jasig.portal.portlet.rendering

Examples of org.jasig.portal.portlet.rendering.ResourcePortletOutputHandler


    /* (non-Javadoc)
     * @see org.jasig.portal.portlet.rendering.PortletExecutionManager.PortletExecutionWorker#callInternal()
     */
    @Override
    protected Long callInternal() throws Exception {
        return portletRenderer.doServeResource(portletWindowId, request, response, new ResourcePortletOutputHandler(response));
    }
View Full Code Here

TOP

Related Classes of org.jasig.portal.portlet.rendering.ResourcePortletOutputHandler

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.