org.pietschy.command
Class AbstractCommandBuilder

java.lang.Object
  extended by org.pietschy.command.AbstractBuilder
      extended by org.pietschy.command.AbstractCommandBuilder

public abstract class AbstractCommandBuilder
extends AbstractBuilder

Base class for all command builders. Command builders can be registered for any command subclass by calling BuilderRegistry.register(Class, AbstractCommandBuilder).

Version:
$Revision: 1.7 $
Author:
andrewp

Constructor Summary
AbstractCommandBuilder()
           
 
Method Summary
abstract  void configure(Command command, org.w3c.dom.Element commandElement)
           
 
Methods inherited from class org.pietschy.command.AbstractBuilder
getAttribute, getCommandManager, getElementPath, getElementText, isEmptyElement, isIncluded, populateProperties, setCommandManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCommandBuilder

public AbstractCommandBuilder()
Method Detail

configure

public abstract void configure(Command command,
                               org.w3c.dom.Element commandElement)