|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.deploy.ClassMappingsList
public class ClassMappingsList
Amalgamate ElementMappings. Used by ListDescriptor
| Constructor Summary | |
|---|---|
ClassMappingsList()
|
|
| Method Summary | |
|---|---|
void |
addMappings(ElementMappings mappings)
|
DesignFactory |
designFor(ArooaElement element,
InstantiationContext parentContext)
Provide a mapping from an element to the name of a java class that is a DesignFactory for the element. |
ArooaElement[] |
elementsFor(InstantiationContext propertyContext)
Provide a list of all elements in this mapping that support the given context. |
MappingsContents |
getBeanDoc(ArooaType arooaType)
Get the BeanDoc for this mapping. |
ArooaClass |
mappingFor(ArooaElement element,
InstantiationContext parentContext)
Provide a mapping from an element to the name of a java class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassMappingsList()
| Method Detail |
|---|
public void addMappings(ElementMappings mappings)
public ArooaClass mappingFor(ArooaElement element,
InstantiationContext parentContext)
ElementMappings
mappingFor in interface ElementMappingselement - The element.parentContext - The InstantiationContext.
public DesignFactory designFor(ArooaElement element,
InstantiationContext parentContext)
ElementMappings
designFor in interface ElementMappingselement - The element.parentContext - The InstantiationContext.
public ArooaElement[] elementsFor(InstantiationContext propertyContext)
ElementMappings
elementsFor in interface ElementMappingspublic MappingsContents getBeanDoc(ArooaType arooaType)
ElementMappings BeanDoc for this mapping.
getBeanDoc in interface ElementMappingsarooaType - The type of Mapping.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||