Uses of Class
org.apache.maven.werkz.jelly.WerkzTagSupport

Packages that use WerkzTagSupport
org.apache.maven.jelly.tags.jeez This tag library groups together the ant and werkz tag libraries into one namespace. 
org.apache.maven.jelly.tags.werkz Extensions to Werkz
org.apache.maven.werkz.jelly   
 

Uses of WerkzTagSupport in org.apache.maven.jelly.tags.jeez
 

Subclasses of WerkzTagSupport in org.apache.maven.jelly.tags.jeez
 class TargetTag
          Wraps a Werkz <goal> to appear as an ant <target>.
 

Uses of WerkzTagSupport in org.apache.maven.jelly.tags.werkz
 

Subclasses of WerkzTagSupport in org.apache.maven.jelly.tags.werkz
 class MavenAttainGoalTag
          Replacement for werkz's AttainGoalTag which will lazy initialise goals.
 class MavenGoalTag
          Replacement for werkz's GoalTag which does not allow a goal to be redefined once defined.
 

Uses of WerkzTagSupport in org.apache.maven.werkz.jelly
 

Subclasses of WerkzTagSupport in org.apache.maven.werkz.jelly
 class AttainGoalTag
          Attains one or more goals.
 class AttainTag
          Attains one or more goals.
 class CallbackTagSupport
          Abstract base class for all callback tags.
 class GoalTag
          Implements a <target> tag which is similar to the Ant equivalent tag but is based on the Werkz goal engine.
 class PostActionTag
          Implements a <postAction> tag which provides a callback which is evaluated after an action.
 class PostGoalTag
          Implements a <postGoal> tag which provides a callback which is evaluated after a goal has executed.
 class PreActionTag
          Implements a <preAction> tag which provides a callback which is evaluated before an action.
 class PreGoalTag
          Implements a <preGoal> tag which provides a callback which is evaluated before a goal.
 class ProjectTag
          The root tag of a Project definition.
 class UseGoalsTag
          This tag outputs a sorted Map of Maps all of the goals, indexed by their prefix and their goal name.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.