org.codehaus.enunciate.modules.c
Class ForAllAccessorsTransform

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

public class ForAllAccessorsTransform
extends net.sf.jelly.apt.freemarker.FreemarkerTransform<AccessorLoopStrategy>

Author:
Ryan Heaton

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
ForAllAccessorsTransform(java.lang.String namespace)
           
 
Method Summary
 AccessorLoopStrategy 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

ForAllAccessorsTransform

public ForAllAccessorsTransform(java.lang.String namespace)
Method Detail

newStrategy

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