Tag Documentation[tag libraries] [tags] The following document contains a summary of all theJellytag libraries. Tag Libraries[tag libraries] [tags]
jelly:jaxme
A JAXB tag library using the Apache JaxMe implementation.Tags are provided for marshalling java objects into xml and unmarshalling xml into java objects which will work with any JAXB implementation.The generation tag generates java objects which can be marshalled and unmarshalled byJaxMe and are specific to that implementation.
Tags[tag libraries] [tags] jaxme:generatorGenerates java objects using JaxMe.This object can be marshalled into xml and the results unmarshalled using JaxMe.
jaxme:marshall
Marshalls a generated object generated by a JAXB implementation into xml. The result is placed into the processed content for further processing by enclosing tags.
jaxme:unmarshall
Unmarshalls xml documents into java objects. This tag unmarshalls the xml content contained into the JaxMe generated java objects in the packages specified.
|