Class DITagLibrary
- java.lang.Object
-
- org.apache.commons.jelly.TagLibrary
-
- net.sf.jguiraffe.gui.builder.di.tags.DITagLibrary
-
public class DITagLibrary extends org.apache.commons.jelly.TagLibrary
The tag library for the tags of the dependency injection framework.
- Version:
- $Id: DITagLibrary.java 207 2012-02-09 07:30:13Z oheger $
- Author:
- Oliver Heger
-
-
Constructor Summary
Constructors Constructor Description DITagLibrary()
Creates a new instance ofDITagLibrary
and registers the supported tags.
-