com.ibm.btt.element
Interface FactoryPlugin
- All Known Implementing Classes:
- AbstractFactoryPlugin, XUIFactoryPlugin
public interface FactoryPlugin
injectToParent
boolean injectToParent(Tag parentTag,
java.lang.Object parentElement,
Tag childTag,
java.lang.Object childElement)
throws ElementException
- Chains the parent<->child relations
- Parameters:
parentTag
- parentElement
- childTag
- childElement
-
- Returns:
-
- Throws:
ElementException
initializeSingleElement
boolean initializeSingleElement(Tag tag,
java.lang.Object element,
SimpleElementManager simpleElementManager)
throws ElementException
- Create the Element
- Parameters:
tag
- element
- simpleElementManager
-
- Returns:
-
- Throws:
ElementException
(c) Copyright IBM Corporation 1998, 2009