/* Render */
Portlet.Markup markup = request.getClient( ).getMarkup( );
String templatePath = ( String ) __templatePaths.get( markup );
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( ) )