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

java.lang.Object
  extended byorg.apache.commons.jelly.TagLibrary
      extended byorg.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:
Apache 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-2006 Apache Software Foundation. All Rights Reserved.