Interface ElementConfigurator

All Superinterfaces:
ElementMetaBase
All Known Subinterfaces:
ElementConfiguratorGlobal, ElementNamespaceAttribute
All Known Implementing Classes:
AbstractElementConfigurator, AbstractElementNamespaceAttribute, AttributeFromBodyConfigurator, ELIDAttributeHandler

public interface ElementConfigurator extends ElementMetaBase
Provides an Interface to configure Element(Object).
Version:
1.0 Jan 18, 2007
Author:
Willem Cazanders
  • Method Details

    • doConfigElement

      void doConfigElement(Element element) throws ElementConfiguratorException
      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.