|
||||||||||
| 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>
public abstract class AnnotationFilterableDeclarationLoopTag<S extends AnnotationFilterableDeclarationLoopStrategy>
A declaration loop tag that is filterable by an annotation class.
| 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 | |
|---|---|
protected |
AnnotationFilterableDeclarationLoopTag(S strategy)
|
| Method Summary | |
|---|---|
void |
setAnnotation(java.lang.String annotation)
Optional annotation by which to filter the classes. |
void |
setAnnotationVar(java.lang.String annotationVar)
The context variable in which to store the annotation, if specified. |
void |
setExcludes(java.lang.String excludes)
Comma-separated list of annotations that will exclude the declaration from the loop. |
| 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 |
|---|
protected AnnotationFilterableDeclarationLoopTag(S strategy)
| Method Detail |
|---|
public void setAnnotation(java.lang.String annotation)
annotation - Optional annotation by which to filter the classes.public void setAnnotationVar(java.lang.String annotationVar)
specified.
annotationVar - The context variable in which to store the annotation, if specified.public void setExcludes(java.lang.String excludes)
excludes - Comma-separated list of annotations that will exclude the declaration from the loop.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||