org.apache.myfaces.extensions.validator.generic.renderkit
Class GenericRenderKitWrapperFactory

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.renderkit.AbstractRenderKitWrapperFactory
      extended by org.apache.myfaces.extensions.validator.generic.renderkit.GenericRenderKitWrapperFactory
All Implemented Interfaces:
ClassMappingFactory<javax.faces.render.RenderKit,javax.faces.render.RenderKit>

public class GenericRenderKitWrapperFactory
extends AbstractRenderKitWrapperFactory

Since:
1.x.1
Author:
Gerhard Petracek

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.renderkit.AbstractRenderKitWrapperFactory
logger, wrapped
 
Constructor Summary
GenericRenderKitWrapperFactory()
           
 
Method Summary
protected  javax.faces.render.RenderKit createWrapper(javax.faces.render.RenderKit renderKit)
          Create the wrapper for the renderKit.
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.renderkit.AbstractRenderKitWrapperFactory
addRenderKitWrapperFactory, create, deactivate, isApplicationInitialized, isDeactivated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRenderKitWrapperFactory

public GenericRenderKitWrapperFactory()
Method Detail

createWrapper

protected javax.faces.render.RenderKit createWrapper(javax.faces.render.RenderKit renderKit)
Description copied from class: AbstractRenderKitWrapperFactory
Create the wrapper for the renderKit. The main purpose of the wrapper is that we can wrap the renderers so that additional functionality can be performed (like Validation during the decode value)

Specified by:
createWrapper in class AbstractRenderKitWrapperFactory
Parameters:
renderKit - The renderKit to use.
Returns:
Wrapped version of the RenderKit


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