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

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by 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: 155420 $
Author:
Jakarta Commons Development Team

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

JaxMeTagLibrary

public JaxMeTagLibrary()