public abstract class RenderKitFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HTML_BASIC_RENDER_KIT |
Constructor and Description |
---|
RenderKitFactory() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addRenderKit(String renderKitId,
RenderKit renderKit) |
abstract RenderKit |
getRenderKit(FacesContext context,
String renderKitId) |
abstract Iterator |
getRenderKitIds() |
public static final String HTML_BASIC_RENDER_KIT
Copyright © 2012 Apache Software Foundation. All Rights Reserved.