Class ElementInterfaceBindingHandler
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
org.x4o.xml.element.AbstractElementBindingHandler<ElementInterface>
org.x4o.xml.eld.lang.ElementInterfaceBindingHandler
- All Implemented Interfaces:
ElementBindingHandler, ElementMetaBase
ElementInterfaceBindingHandler binds all childs into the interface.
- Version:
- 1.0 Aug 21, 2012
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindChild(Element childElement, ElementInterface parent, Object childObject) voidcreateChilderen(Element parentElement, ElementInterface parent) Class<?>[]Class<?> Methods inherited from class AbstractElementBindingHandler
bindChild, createChild, createChilderenMethods inherited from class AbstractElementMetaBase
getDescription, getId, setDescription, setIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
ElementInterfaceBindingHandler
public ElementInterfaceBindingHandler()
-
-
Method Details
-
getBindParentClass
- Returns:
- Returns the parent classes which this binding handler can do.
- See Also:
-
getBindChildClasses
- Returns:
- Returns array of child classes which this binding handler can do.
- See Also:
-
bindChild
public void bindChild(Element childElement, ElementInterface parent, Object childObject) throws ElementBindingHandlerException - Specified by:
bindChildin classAbstractElementBindingHandler<ElementInterface>- Throws:
ElementBindingHandlerException- See Also:
-
createChilderen
public void createChilderen(Element parentElement, ElementInterface parent) throws ElementBindingHandlerException - Specified by:
createChilderenin classAbstractElementBindingHandler<ElementInterface>- Throws:
ElementBindingHandlerException- See Also:
-