Interface ElementConfigurator
- All Superinterfaces:
ElementMetaBase
- All Known Subinterfaces:
ElementConfiguratorGlobal
,ElementNamespaceAttribute
- All Known Implementing Classes:
AbstractElementConfigurator
,AbstractElementNamespaceAttribute
,AttributeFromBodyConfigurator
,ELIDAttributeHandler
Provides an Interface to configure Element(Object).
- Version:
- 1.0 Jan 18, 2007
- Author:
- Willem Cazanders
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doConfigElement
(Element element) Gets called for configuring the given Element.boolean
Return if this ElementConfigurator is an Action.Methods inherited from interface org.x4o.xml.element.ElementMetaBase
getDescription, getId, setDescription, setId
-
Method Details
-
doConfigElement
Gets called for configuring the given Element.- Parameters:
element
- The element to config.- Throws:
ElementConfiguratorException
- Is thrown which error is done.
-
isConfigAction
boolean isConfigAction()Return if this ElementConfigurator is an Action. which means is is executed in the runPhase in the end. So all magic is done, and we can access the fully finnisched object and toss it around.- Returns:
- Returns true if need to run in config phase.
-