|
||||||||||
| 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<FileStrategy>
net.sf.jelly.apt.tags.FileTag
public class FileTag
Tag that pipes its output to a new file relative to the output directory specified for APT.
| 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 | |
|---|---|
FileTag()
|
|
| Method Summary | |
|---|---|
void |
setCharset(java.lang.String charset)
The name of the charset to use. |
void |
setName(java.lang.String name)
The name of the file. |
void |
setPackage(java.lang.String pkg)
Package relative to which the file should be named, or the empty string if none. |
| 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 FileTag()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - The name of the file.public void setPackage(java.lang.String pkg)
pkg - Package relative to which the file should be named, or the empty string if none.public void setCharset(java.lang.String charset)
charset - The name of the charset to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||