}
@Override
public void render(BaseComponent<?, ?> component, Appendable out) throws IOException, QuickFixException {
LoggingService loggingService = Aura.getLoggingService();
loggingService.stopTimer(LoggingService.TIMER_AURA);
loggingService.startTimer("java");
try {
renderer.render(component, out);
loggingService.incrementNum("JavaCallCount");
} catch (Exception e) {