org.apache.commons.jelly.tags.jaxme
Class JaxMeTagLibrary

java.lang.Object
  |
  +--org.apache.commons.jelly.TagLibrary
        |
        +--org.apache.commons.jelly.tags.jaxme.JaxMeTagLibrary

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

JAXB tag library using the Apache JaxMe implementation. The marshalling and unmarshalling tags should work with any JAXB implementation. The generation tag is JaxMe specific.

Version:
$Revision: 1.2 $
Author:
Jakarta Commons Development Team

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

JaxMeTagLibrary

public JaxMeTagLibrary()


Copyright © 2004 Apache Software Foundation. All Rights Reserved.