|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
net.sf.jelly.apt.APTJellyTag<S>
net.sf.jelly.apt.tags.DeclarationLoopTag<S>
net.sf.jelly.apt.tags.AnnotationFilterableDeclarationLoopTag<S>
net.sf.jelly.apt.tags.MemberDeclarationLoopTag<S>
net.sf.jelly.apt.tags.ExecutableDeclarationLoopTag<MethodDeclarationLoopStrategy>
net.sf.jelly.apt.tags.ForAllMethodsTag
public class ForAllMethodsTag
Evaluates its body for all methods of a type declaration.
| 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 | |
|---|---|
ForAllMethodsTag()
|
|
| Method Summary | |
|---|---|
void |
setReturnTypeVar(java.lang.String returnTypeVar)
The variable to which to assign the return type (as a TypeMirror). |
| Methods inherited from class net.sf.jelly.apt.tags.MemberDeclarationLoopTag |
|---|
setDeclaration, setIncludeSuperclasses, setIncludeSuperinterfaces |
| 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 |
|---|
public ForAllMethodsTag()
| Method Detail |
|---|
public void setReturnTypeVar(java.lang.String returnTypeVar)
TypeMirror).
returnTypeVar - The variable to which to assign the return type (as a TypeMirror).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||