Class Hierarchy All Classes All Fields and Methods
Class com.ibm.faces.renderkit.html_extended.RenderKitUtil
java.lang.Object com.ibm.faces.renderkit.html_extended.RenderKitUtilpublic class RenderKitUtil
extends ObjectThis class can be used to add components/renderers to a renderkit.
Method Index Method Description void addComponent(String) Exposure is consequence of design - not for general use. void addRenderer(String, String, String) Exposure is consequence of design - not for general use. void addRendererAttributes(String, String, String, String) Exposure is consequence of design - not for general use. void addToRenderKit(RenderKitImpl, String, ClassLoader) Adds objects to a specified render kit.
Methods
addComponent
public void addComponent(String type)Exposure is consequence of design - not for general use.
- Parameters
- type -
addRenderer
public void addRenderer(String family, String type, String clazz)Exposure is consequence of design - not for general use.
- Parameters
- type -
- clazz -
addRendererAttributes
public void addRendererAttributes(String name, String displayName, String description, String type)Exposure is consequence of design - not for general use.
- Parameters
- name -
- displayName -
- description -
- type -
addToRenderKit
public static void addToRenderKit(RenderKitImpl renderKit, String renderKitXml, ClassLoader classLoader)Adds objects to a specified render kit.
- Parameters
- renderKit - the renderKit to add the resources to
- renderKitXml - the renderkit XML resource
- classLoader - the ClassLoader to use to load the XML resource
Class Hierarchy All Classes All Fields and Methods