|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.TagSupport
com.werken.werkz.jelly.WerkzTagSupport
com.werken.werkz.jelly.GoalTag
org.apache.maven.jelly.tags.werkz.MavenGoalTag
Replacement for werkz's GoalTag
which does not allow a goal
to be redefined once defined.
For Jelly scripts that are run which contain this tag it is assumed that
they are being run in the order whereby the first definition wins.
Nested Class Summary | |
class |
MavenGoalTag.MavenGoalAction
|
Field Summary |
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
MavenGoalTag()
Construct. |
Method Summary | |
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Define a goal. |
com.werken.werkz.WerkzProject |
getProject()
|
Methods inherited from class com.werken.werkz.jelly.GoalTag |
addPrereqs, getAction, getName, getPrereqs, setDescription, setName, setPrereqs |
Methods inherited from class com.werken.werkz.jelly.WerkzTagSupport |
getGoal |
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 MavenGoalTag()
Method Detail |
public void doTag(org.apache.commons.jelly.XMLOutput output) throws org.apache.commons.jelly.JellyTagException
output
- The output sink.
org.apache.commons.jelly.JellyTagException
- If an error occurs while executing the tag.public com.werken.werkz.WerkzProject getProject()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |