net.sf.jelly.apt.freemarker.transforms
Class ForAllParametersTransform

java.lang.Object
  extended by net.sf.jelly.apt.freemarker.FreemarkerTransform<ParameterDeclarationLoopStrategy>
      extended by net.sf.jelly.apt.freemarker.transforms.ForAllParametersTransform
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class ForAllParametersTransform
extends FreemarkerTransform<ParameterDeclarationLoopStrategy>

Evaluates its body for all parameters of the current (or given) method or constructor declaration.

Author:
Ryan Heaton

Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
ForAllParametersTransform(java.lang.String namespace)
          Construct a new transform under the specified namespace.
 
Method Summary
 ParameterDeclarationLoopStrategy newStrategy()
          Instantiate a new strategy instance.
 
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

ForAllParametersTransform

public ForAllParametersTransform(java.lang.String namespace)
Construct a new transform under the specified namespace. null or "" means the root namespace.

Parameters:
namespace - The namespace.
Method Detail

newStrategy

public ParameterDeclarationLoopStrategy newStrategy()
Description copied from class: FreemarkerTransform
Instantiate a new strategy instance.

Specified by:
newStrategy in class FreemarkerTransform<ParameterDeclarationLoopStrategy>
Returns:
The strategy.