|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.maven.jelly.tags.BaseTagSupport
org.apache.maven.jelly.tags.maven.AddPathTag
This class takes a given path using an id and appends another
path (using refid) to it.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
AddPathTag()
|
|
| Method Summary | |
|---|---|
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Perform the tag processing. |
java.lang.String |
getId()
Getter for the id property |
java.lang.String |
getRefid()
Getter for the refid property |
void |
setId(java.lang.String pathId)
Setter for the id property |
void |
setRefid(java.lang.String pathToAppendId)
Setter for the refid property |
| Methods inherited from class org.apache.maven.jelly.tags.BaseTagSupport |
|---|
checkAttribute, getMavenContext |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, 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 AddPathTag()
| Method Detail |
public void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
#id and append
the other path to it.
output - used to write output
org.apache.commons.jelly.JellyTagException - when anything goes wrong.public void setId(java.lang.String pathId)
pathId - the reference id of the path in the ant project that will be
appended topublic java.lang.String getId()
public void setRefid(java.lang.String pathToAppendId)
pathToAppendId - the reference id of the path in the ant project that will
be appendedpublic java.lang.String getRefid()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||