PartialViewContext pvc = context.getPartialViewContext();
if (!pvc.isAjaxRequest()) {
writer.startElement("style", table);
writer.writeAttribute(HtmlConstants.TYPE_ATTR, "text/css", null);
writer.writeText(getCSSText(context, table), null);
writer.endElement("style");
} else {
writer.startElement(HtmlConstants.SCRIPT_ELEM, table);
writer.writeAttribute(HtmlConstants.TYPE_ATTR, HtmlConstants.TEXT_JAVASCRIPT_TYPE, null);