Package net.sf.jportlet.service.velocity

Examples of net.sf.jportlet.service.velocity.VelocityService.merge()


        {
            throw new PortletException( "No template for markup: " + markup );
        }

        VelocityService srv = ( VelocityService ) getPortletContext(  ).getService( VelocityService.NAME );
        srv.merge( templatePath, request, response );
        if ( _log.isDebugEnabled(  ) )
        {
            _log.debug( "request.pageContext=" + ( ( PortletRequestImpl ) request ).getPageContext(  ) );
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.