org.apache.commons.jelly.tags.betwixt
Class BetwixtTagLibrary

java.lang.Object
  |
  +--org.apache.commons.jelly.TagLibrary
        |
        +--org.apache.commons.jelly.tags.betwixt.BetwixtTagLibrary

public class BetwixtTagLibrary
extends org.apache.commons.jelly.TagLibrary

A Jelly custom tag library that uses the Betwixt project to parse XML and turn it into beans or turn beans into XML

Version:
$Revision: 1.6 $
Author:
James Strachan

Constructor Summary
BetwixtTagLibrary()
           
 
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

BetwixtTagLibrary

public BetwixtTagLibrary()


Copyright © 2002-2004 Apache Software Foundation. All Rights Reserved.