Package net.sf.jportlet.service.velocity

Examples of net.sf.jportlet.service.velocity.VelocityService


        if ( templatePath == null )
        {
            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

Related Classes of net.sf.jportlet.service.velocity.VelocityService

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.