javax.faces.render
Class RenderKitFactory
java.lang.Object
javax.faces.render.RenderKitFactory
- All Implemented Interfaces:
- FacesWrapper<RenderKitFactory>
public abstract class RenderKitFactory
- extends java.lang.Object
- implements FacesWrapper<RenderKitFactory>
see Javadoc of JSF Specification
- Version:
- $Revision: 723197 $ $Date: 2008-12-03 21:56:39 -0500 (Wed, 03 Dec 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML_BASIC_RENDER_KIT
public static final java.lang.String HTML_BASIC_RENDER_KIT
- See Also:
- Constant Field Values
RenderKitFactory
public RenderKitFactory()
addRenderKit
public abstract void addRenderKit(java.lang.String renderKitId,
RenderKit renderKit)
getRenderKit
public abstract RenderKit getRenderKit(FacesContext context,
java.lang.String renderKitId)
getRenderKitIds
public abstract java.util.Iterator<java.lang.String> getRenderKitIds()
getWrapped
public RenderKitFactory getWrapped()
- If this factory has been decorated, the implementation doing the decorating may override this method to
provide access to the implementation being wrapped. A default implementation is provided that returns
null
.
- Specified by:
getWrapped
in interface FacesWrapper<RenderKitFactory>
- Returns:
- the decorated
RenderKitFactory
if this factory decorates another,
or null
otherwise - Since:
- 2.0
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.