com.ibm.btt.element
Class AbstractFactoryPlugin
java.lang.Object
com.ibm.btt.element.AbstractFactoryPlugin
- All Implemented Interfaces:
- FactoryPlugin
public abstract class AbstractFactoryPlugin
- extends java.lang.Object
- implements FactoryPlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFactoryPlugin
public AbstractFactoryPlugin()
initializeSingleElement
@Deprecated
public boolean initializeSingleElement(Tag tag,
java.lang.Object element)
throws ElementException
- Deprecated.
- Throws:
ElementException
initializeSingleElement
@Deprecated
public boolean initializeSingleElement(Tag tag,
java.lang.Object element,
SimpleElementManager simpleElementManager)
throws ElementException
- Deprecated.
- Description copied from interface:
FactoryPlugin
- Create the Element
- Specified by:
initializeSingleElement
in interface FactoryPlugin
- Returns:
-
- Throws:
ElementException
injectToParent
public boolean injectToParent(Tag parentTag,
java.lang.Object parentElement,
Tag childTag,
java.lang.Object childElement)
throws ElementException
- Description copied from interface:
FactoryPlugin
- Chains the parent<->child relations
- Specified by:
injectToParent
in interface FactoryPlugin
- Returns:
-
- Throws:
ElementException
(c) Copyright IBM Corporation 1998, 2010