net.sf.jelly.apt.tags
Class ForAllParametersTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by net.sf.jelly.apt.APTJellyTag<S>
          extended by net.sf.jelly.apt.tags.DeclarationLoopTag<S>
              extended by net.sf.jelly.apt.tags.AnnotationFilterableDeclarationLoopTag<ParameterDeclarationLoopStrategy>
                  extended by net.sf.jelly.apt.tags.ForAllParametersTag
All Implemented Interfaces:
TemplateBlock, org.apache.commons.jelly.Tag

public class ForAllParametersTag
extends AnnotationFilterableDeclarationLoopTag<ParameterDeclarationLoopStrategy>

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

Author:
Ryan Heaton

Field Summary
 
Fields inherited from class net.sf.jelly.apt.APTJellyTag
strategy
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
ForAllParametersTag()
           
 
Method Summary
 void setDeclaration(com.sun.mirror.declaration.ExecutableDeclaration declaration)
          The specified declaration.
 
Methods inherited from class net.sf.jelly.apt.tags.AnnotationFilterableDeclarationLoopTag
setAnnotation, setAnnotationVar, setExcludes
 
Methods inherited from class net.sf.jelly.apt.tags.DeclarationLoopTag
setIndexVar, setVar
 
Methods inherited from class net.sf.jelly.apt.APTJellyTag
doTag, getContext, getStrategy
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForAllParametersTag

public ForAllParametersTag()
Method Detail

setDeclaration

public void setDeclaration(com.sun.mirror.declaration.ExecutableDeclaration declaration)
The specified declaration.

Parameters:
declaration - The specified declaration.