Name

RenderKitFactory

Synopsis

An instance of a subclass of this abstract class is a factory for a RenderKit instance for a request.

Synopsis

Class name:

javax.faces.render.RenderKitFactory

Extends:

None

Implements:

None

Fields

public static final String HTML_BASIC_RENDER_KIT

The default render kit identifier: HTML_BASIC.

Constructors

public RenderKitFactory()

Creates an instance.

Methods

public abstract void addRenderKit(String renderKitId, javax.faces.render.RenderKit renderKit)

Adds the provided RenderKit instance mapped to the specified ID.

public abstract javax.faces.render.RenderKit getRenderKit(javax.faces.context.FacesContext context, String renderKitId)

Returns a RenderKit instance for the specified ID, possibly customized based on the provided FacesContext (if any).

public abstract java.util.Iterator getRenderKitIds()

Returns an Iterator over the IDs for all available RenderKit instances.

Get JavaServer Faces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.