javax.faces.render
Class RenderKitFactory

java.lang.Object
  extended by javax.faces.render.RenderKitFactory
All Implemented Interfaces:
FacesWrapper<RenderKitFactory>

public abstract class RenderKitFactory
extends Object
implements FacesWrapper<RenderKitFactory>

see Javadoc of JSF Specification

Version:
$Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
Author:
Manfred Geiler (latest modification by $Author: bommel $)

Field Summary
static String HTML_BASIC_RENDER_KIT
           
 
Constructor Summary
RenderKitFactory()
           
 
Method Summary
abstract  void addRenderKit(String renderKitId, RenderKit renderKit)
           
abstract  RenderKit getRenderKit(FacesContext context, String renderKitId)
           
abstract  Iterator<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 String HTML_BASIC_RENDER_KIT
See Also:
Constant Field Values
Constructor Detail

RenderKitFactory

public RenderKitFactory()
Method Detail

addRenderKit

public abstract void addRenderKit(String renderKitId,
                                  RenderKit renderKit)

getRenderKit

public abstract RenderKit getRenderKit(FacesContext context,
                                       String renderKitId)

getRenderKitIds

public abstract Iterator<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 © 2012 The Apache Software Foundation. All Rights Reserved.