javax.faces.render
Class RenderKitFactory

java.lang.Object
  extended by 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 $)

Field Summary
static java.lang.String HTML_BASIC_RENDER_KIT
           
 
Constructor Summary
RenderKitFactory()
           
 
Method Summary
abstract  void addRenderKit(java.lang.String renderKitId, RenderKit renderKit)
           
abstract  RenderKit getRenderKit(FacesContext context, java.lang.String renderKitId)
           
abstract  java.util.Iterator<java.lang.String> getRenderKitIds()
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML_BASIC_RENDER_KIT

public static final java.lang.String HTML_BASIC_RENDER_KIT
See Also:
Constant Field Values
Constructor Detail

RenderKitFactory

public RenderKitFactory()
Method Detail

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.