net.sf.jelly.apt.tags
Class ForAllThrownTypesTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by net.sf.jelly.apt.APTJellyTag<ThrownTypeLoopStrategy>
          extended by net.sf.jelly.apt.tags.ForAllThrownTypesTag
All Implemented Interfaces:
TemplateBlock, org.apache.commons.jelly.Tag

public class ForAllThrownTypesTag
extends APTJellyTag<ThrownTypeLoopStrategy>

Iterates through each thrown type of an executable 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
ForAllThrownTypesTag()
           
 
Method Summary
 void setDeclaration(com.sun.mirror.declaration.ExecutableDeclaration declaration)
          The specified declaration.
 void setIndexVar(java.lang.String indexVar)
          Variable in which to store the value of the index.
 void setVar(java.lang.String var)
          The variable into which to store the current thrown type.
 
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

ForAllThrownTypesTag

public ForAllThrownTypesTag()
Method Detail

setVar

public void setVar(java.lang.String var)
The variable into which to store the current thrown type.

Parameters:
var - The variable into which to store the current thrown type.

setIndexVar

public void setIndexVar(java.lang.String indexVar)
Variable in which to store the value of the index.

Parameters:
indexVar - Variable in which to store the value of the index.

setDeclaration

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

Parameters:
declaration - The specified declaration.