Class StringSplitConverterBindingHandler
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
org.x4o.xml.element.AbstractElementBindingHandler<StringSplitConverter>
org.x4o.xml.eld.lang.StringSplitConverterBindingHandler
- All Implemented Interfaces:
ElementBindingHandler
,ElementMetaBase
public class StringSplitConverterBindingHandler
extends AbstractElementBindingHandler<StringSplitConverter>
StringSplitConverterBindingHandler binds the string split converter step to parent.
- Version:
- 1.0 Aug 21, 2012
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bindChild
(Element childElement, StringSplitConverter parent, Object childObject) void
createChilderen
(Element parentElement, StringSplitConverter parentObject) Class<?>[]
Class
<?> Methods inherited from class org.x4o.xml.element.AbstractElementBindingHandler
bindChild, createChild, createChilderen
Methods inherited from class org.x4o.xml.element.AbstractElementMetaBase
getDescription, getId, setDescription, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.x4o.xml.element.ElementMetaBase
getDescription, getId, setDescription, setId
-
Constructor Details
-
StringSplitConverterBindingHandler
public StringSplitConverterBindingHandler()
-
-
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, StringSplitConverter parent, Object childObject) throws ElementBindingHandlerException - Specified by:
bindChild
in classAbstractElementBindingHandler<StringSplitConverter>
- Throws:
ElementBindingHandlerException
- See Also:
-
createChilderen
public void createChilderen(Element parentElement, StringSplitConverter parentObject) throws ElementBindingHandlerException - Specified by:
createChilderen
in classAbstractElementBindingHandler<StringSplitConverter>
- Throws:
ElementBindingHandlerException
- See Also:
-