com.ibm.btt.element.simple
Class SimpleElementManager
java.lang.Object
com.ibm.btt.element.simple.SimpleElementManager
public class SimpleElementManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleElementManager
public SimpleElementManager()
populate
public void populate(java.lang.Object targetElement,
TagAttribute attr)
throws ElementException
- Throws:
ElementException
createSimpleElement
public java.lang.Object createSimpleElement(Tag tag)
throws ElementException
- Throws:
ElementException
registerConverter
public void registerConverter(java.lang.String type,
PropertyConverter setter)
registerCreator
public void registerCreator(java.lang.String tagName,
SimpleElementCreator creator)
addConverters
public void addConverters(java.util.Map<java.lang.String,java.lang.String> map)
throws ElementException
- Throws:
ElementException
addSimpleElementCreators
public void addSimpleElementCreators(java.util.Map<java.lang.String,java.lang.String> map)
throws ElementException
- Throws:
ElementException
isSimpleElementTag
public boolean isSimpleElementTag(Tag tag)
(c) Copyright IBM Corporation 1998, 2008