org.apache.maven.jelly.tags.maven
Class MavenTagLibrary

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by org.apache.commons.jelly.tags.core.CoreTagLibrary
          extended by org.apache.maven.jelly.tags.BaseTagLibrary
              extended by org.apache.maven.jelly.tags.maven.MavenTagLibrary

public class MavenTagLibrary
extends BaseTagLibrary

MavenSession tag library for use in Jelly scripts.

Version:
$Id: MavenTagLibrary.java 517014 2007-03-11 21:15:50Z ltheussl $
Author:
Jason van Zyl, Brett Porter, Vincent Massol

Constructor Summary
MavenTagLibrary()
          Create an instance of the MavenTagLibrary, registering related tag libraries
 
Method Summary
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, createTag, createTagScript, getExpressionFactory, getTagClasses, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenTagLibrary

public MavenTagLibrary()
Create an instance of the MavenTagLibrary, registering related tag libraries



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