org.oddjob.arooa.types
Class XMLType.XMLDesignFactory
java.lang.Object
org.oddjob.arooa.types.XMLType.XMLDesignFactory
- All Implemented Interfaces:
- DesignFactory
- Enclosing class:
- XMLType
public static class XMLType.XMLDesignFactory
- extends Object
- implements DesignFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLType.XMLDesignFactory
public XMLType.XMLDesignFactory()
createDesign
public DesignInstance createDesign(ArooaElement element,
ArooaContext parentContext)
- 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.