|
||||||||||
| 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<TypeDeclarationLoopStrategy>
net.sf.jelly.apt.tags.ForAllTypesTag
public class ForAllTypesTag
Evaluates its body for each type declaration.
ClassDeclarations will be included and InterfaceDeclarations will NOT be included.
| 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 | |
|---|---|
|
ForAllTypesTag()
|
protected |
ForAllTypesTag(TypeDeclarationLoopStrategy strategy)
|
| Method Summary | |
|---|---|
void |
setIncludeClasses(boolean includeClasses)
Whether to include classes in the collection of types over which to iterate. |
void |
setIncludeInterfaces(boolean includeInterfaces)
Whether to include interfaces in the collection of types over which to iterate. |
void |
setPackage(com.sun.mirror.declaration.PackageDeclaration pckg)
The package declaration containing the types. |
| 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 ForAllTypesTag()
protected ForAllTypesTag(TypeDeclarationLoopStrategy strategy)
| Method Detail |
|---|
public void setIncludeInterfaces(boolean includeInterfaces)
includeInterfaces - Whether to include interfaces in the collection of types over which to iterate.public void setIncludeClasses(boolean includeClasses)
includeClasses - Whether to include classes in the collection of types over which to iterate.public void setPackage(com.sun.mirror.declaration.PackageDeclaration pckg)
pckg - The package declaration containing the types.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||