org.oddjob.arooa.design.etc
Class UnknownComponentDF

java.lang.Object
  extended by org.oddjob.arooa.design.etc.UnknownComponentDF
All Implemented Interfaces:
DesignFactory

public class UnknownComponentDF
extends Object
implements DesignFactory

DesignFactory that creates a Design for XML.

See Also:
UnknownComponent
Author:
rob

Constructor Summary
UnknownComponentDF()
           
 
Method Summary
 DesignInstance createDesign(ArooaElement element, ArooaContext parentContext)
          Create a DesignInstance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownComponentDF

public UnknownComponentDF()
Method Detail

createDesign

public DesignInstance createDesign(ArooaElement element,
                                   ArooaContext parentContext)
                            throws ArooaPropertyException
Description copied from interface: DesignFactory
Create a DesignInstance.

Specified by:
createDesign in interface DesignFactory
Parameters:
element - The ArooaElement corresponding to the design.
parentContext - The parent ArooaContext in which to create the design.
Returns:
The design.
Throws:
ArooaPropertyException