org.richfaces.cdk.templatecompiler
Class VisitorFactoryImpl

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.VisitorFactoryImpl
All Implemented Interfaces:
TemplateVisitorFactory<RendererClassVisitor>

public class VisitorFactoryImpl
extends java.lang.Object
implements TemplateVisitorFactory<RendererClassVisitor>

Author:
asmirnov@exadel.com

Constructor Summary
VisitorFactoryImpl(TypesFactory typesFactory, org.richfaces.cdk.Logger log, com.google.inject.Injector injector, HelperMethodFactory helpersFactory)
          

 
Method Summary
 RendererClassVisitor createVisitor(CompositeInterface composite, java.util.Collection<PropertyBase> attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitorFactoryImpl

@Inject
public VisitorFactoryImpl(TypesFactory typesFactory,
                                 org.richfaces.cdk.Logger log,
                                 com.google.inject.Injector injector,
                                 HelperMethodFactory helpersFactory)

Parameters:
classLoader -
jaxbBinding -
log -
Method Detail

createVisitor

public RendererClassVisitor createVisitor(CompositeInterface composite,
                                          java.util.Collection<PropertyBase> attributes)
Specified by:
createVisitor in interface TemplateVisitorFactory<RendererClassVisitor>


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.