|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.deploy.LinkedDescriptor
public class LinkedDescriptor
Combine two ArooaDescriptors. The two descriptors are
treated as a primary and a secondary. Combination is as follows:
| Constructor Summary | |
|---|---|
LinkedDescriptor(ArooaDescriptor primary,
ArooaDescriptor secondary)
Constructor. |
|
| Method Summary | |
|---|---|
ArooaBeanDescriptor |
getBeanDescriptor(ArooaClass forClass,
PropertyAccessor accessor)
|
ClassResolver |
getClassResolver()
Provide a ClassResolver. |
ConversionProvider |
getConvertletProvider()
Provide type conversions. |
ElementMappings |
getElementMappings()
Provide element to class name mappings for components. |
String |
getPrefixFor(URI namespace)
Provide the default prefix for a URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkedDescriptor(ArooaDescriptor primary, ArooaDescriptor secondary)
primary - secondary - | Method Detail |
|---|
public ConversionProvider getConvertletProvider()
ArooaDescriptor
getConvertletProvider in interface ArooaDescriptorpublic ArooaBeanDescriptor getBeanDescriptor(ArooaClass forClass, PropertyAccessor accessor)
getBeanDescriptor in interface BeanDescriptorProviderforClass - The class.accessor - Used to access the bean properties for default
types.
public ElementMappings getElementMappings()
ArooaDescriptor
getElementMappings in interface ArooaDescriptorpublic String getPrefixFor(URI namespace)
ArooaDescriptor
getPrefixFor in interface ArooaDescriptornamespace - The namespace.
public ClassResolver getClassResolver()
ArooaDescriptorClassResolver. The resolver will typically
be able to resolve classes returned from the
ElementMappings provided by this descriptor.
getClassResolver in interface ArooaDescriptor
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||