48495051525354
public static final String HTML_BASIC_RENDER_KIT = "HTML_BASIC"; public RenderKitFactoryImpl() { _renderKitMap.put(HTML_BASIC_RENDER_KIT, new HtmlBasicRenderKit()); }