B C D G I O P S

B

BetwixtTagLibrary - class org.apache.commons.jelly.tags.betwixt.BetwixtTagLibrary.
A Jelly custom tag library that uses the Betwixt project to parse XML and turn it into beans or turn beans into XML
BetwixtTagLibrary() - Constructor for class org.apache.commons.jelly.tags.betwixt.BetwixtTagLibrary
 

C

createIntrospector() - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Factory method to create a new XMLIntrospector
createNameMapper(String) - Static method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Static helper method which will convert the given string into standard named strategies such as 'lowercase', 'uppercase' or 'hyphenated' or use the name as a class name and create a new instance.

D

doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
 

G

getClassLoader() - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
 
getIntrospector() - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
 
getIntrospector() - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
 

I

IntrospectorTag - class org.apache.commons.jelly.tags.betwixt.IntrospectorTag.
Creates a Betwixt XMLIntrospector instance that can be used by the other Betwixt tags.
IntrospectorTag() - Constructor for class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
 

O

org.apache.commons.jelly.tags.betwixt - package org.apache.commons.jelly.tags.betwixt
A tag library for turning XML into beans or beans into XML using the Betwixt library

P

ParseTag - class org.apache.commons.jelly.tags.betwixt.ParseTag.
Parses some XML specified via the given URI (which can be relative or an absolute URL) and outputs the parsed object.
ParseTag() - Constructor for class org.apache.commons.jelly.tags.betwixt.ParseTag
 

S

setAttributeNameMapper(NameMapper) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Sets the name mapper used for attribute names.
setAttributesForPrimitives(boolean) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Sets whether attributes or elements should be used for primitive types.
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the ClassLoader to be used to load bean classes from.
setElementNameMapper(NameMapper) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Sets the name mapper used for element names.
setIntrospector(XMLIntrospector) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the Betwixt XMLIntrospector instance used to define the metadata for how a bean should appear as XML.
setPath(String) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the path that the root class should be bound to.
setRootClass(String) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the name of the root class to use for parsing the XML
setUri(String) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the URI from which XML is parsed.
setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets whether or not the current threads's context class loader should be used to load the bean classes or not.
setVar(String) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Sets the variable name to output the new XMLIntrospector to.
setVar(String) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the variable name to output with the result of the XML parse.

B C D G I O P S

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