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<String> |
getRenderKitIds() |
public static final String HTML_BASIC_RENDER_KIT
Copyright © 2013 Apache Software Foundation. All Rights Reserved.