StringBuilder out = new StringBuilder();
StringBuilder widgetsOut = new StringBuilder();
// Output WCDF
out.append( "wcdfSettings = " );
out.append( wcdf.toJSON().toString( 2 ) );
out.append( ';' );
out.append( NEWLINE );
out.append( NEWLINE );
boolean isFirstComp = true;