org.codehaus.enunciate.modules.amf
Class ForEachAS3ImportTransform

java.lang.Object
  extended by net.sf.jelly.apt.freemarker.FreemarkerTransform<AS3ImportStrategy>
      extended by org.codehaus.enunciate.modules.amf.ForEachAS3ImportTransform
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class ForEachAS3ImportTransform
extends net.sf.jelly.apt.freemarker.FreemarkerTransform<AS3ImportStrategy>

Author:
Ryan Heaton

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
ForEachAS3ImportTransform(java.lang.String namespace, AS3ClientClassnameForMethod classnameFor)
           
 
Method Summary
 AS3ImportStrategy newStrategy()
           
 
Methods inherited from class net.sf.jelly.apt.freemarker.FreemarkerTransform
convertString, findSetter, getTransformName, getTransformNamespace, getWriter, setupStrategy, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachAS3ImportTransform

public ForEachAS3ImportTransform(java.lang.String namespace,
                                 AS3ClientClassnameForMethod classnameFor)
Method Detail

newStrategy

public AS3ImportStrategy newStrategy()
Specified by:
newStrategy in class net.sf.jelly.apt.freemarker.FreemarkerTransform<AS3ImportStrategy>