org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Class CodiRenderKitFactory

java.lang.Object
  extended by javax.faces.render.RenderKitFactory
      extended by org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.CodiRenderKitFactory
All Implemented Interfaces:
Deactivatable

public class CodiRenderKitFactory
extends javax.faces.render.RenderKitFactory
implements Deactivatable

!!!keep in sync with org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.CodiRenderKitFactory!!!

Author:
Gerhard Petracek

Field Summary
static String RENDER_KIT_WRAPPER_FACTORY_JNDI_NAME
           
static String RENDER_KIT_WRAPPER_FACTORY_PROPERTY_NAME
           
 
Fields inherited from class javax.faces.render.RenderKitFactory
HTML_BASIC_RENDER_KIT
 
Constructor Summary
CodiRenderKitFactory(javax.faces.render.RenderKitFactory wrapped)
           
 
Method Summary
 void addRenderKit(String s, javax.faces.render.RenderKit renderKit)
           
 javax.faces.render.RenderKit getRenderKit(javax.faces.context.FacesContext facesContext, String s)
           
 Iterator<String> getRenderKitIds()
           
 boolean isActivated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDER_KIT_WRAPPER_FACTORY_PROPERTY_NAME

public static final String RENDER_KIT_WRAPPER_FACTORY_PROPERTY_NAME
See Also:
Constant Field Values

RENDER_KIT_WRAPPER_FACTORY_JNDI_NAME

public static final String RENDER_KIT_WRAPPER_FACTORY_JNDI_NAME
See Also:
Constant Field Values
Constructor Detail

CodiRenderKitFactory

public CodiRenderKitFactory(javax.faces.render.RenderKitFactory wrapped)
Method Detail

addRenderKit

public void addRenderKit(String s,
                         javax.faces.render.RenderKit renderKit)
Specified by:
addRenderKit in class javax.faces.render.RenderKitFactory

getRenderKit

public javax.faces.render.RenderKit getRenderKit(javax.faces.context.FacesContext facesContext,
                                                 String s)
Specified by:
getRenderKit in class javax.faces.render.RenderKitFactory

getRenderKitIds

public Iterator<String> getRenderKitIds()
Specified by:
getRenderKitIds in class javax.faces.render.RenderKitFactory

isActivated

public boolean isActivated()
Specified by:
isActivated in interface Deactivatable


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.