|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.jelly.impl.DefaultTagFactory
DefaultTagFactory a default implementation of TagFactory
which creates new instances of a given class.
| Constructor Summary | |
DefaultTagFactory()
|
|
DefaultTagFactory(java.lang.Class tagClass)
|
|
| Method Summary | |
Tag |
createTag(java.lang.String name,
org.xml.sax.Attributes attributes)
Creates a Tag for the given local name and the SAX attributes |
java.lang.Class |
getTagClass()
Returns the tagClass. |
void |
setTagClass(java.lang.Class tagClass)
Sets the tagClass. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultTagFactory()
public DefaultTagFactory(java.lang.Class tagClass)
| Method Detail |
public Tag createTag(java.lang.String name,
org.xml.sax.Attributes attributes)
throws JellyException
TagFactory
createTag in interface TagFactoryJellyExceptionpublic java.lang.Class getTagClass()
public void setTagClass(java.lang.Class tagClass)
tagClass - The tagClass to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||