|
||||||||
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 ArooaDescriptor
s. 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 ArooaDescriptor
public ArooaBeanDescriptor getBeanDescriptor(ArooaClass forClass, PropertyAccessor accessor)
getBeanDescriptor
in interface BeanDescriptorProvider
forClass
- The class.accessor
- Used to access the bean properties for default
types.
public ElementMappings getElementMappings()
ArooaDescriptor
getElementMappings
in interface ArooaDescriptor
public String getPrefixFor(URI namespace)
ArooaDescriptor
getPrefixFor
in interface ArooaDescriptor
namespace
- The namespace.
public ClassResolver getClassResolver()
ArooaDescriptor
ClassResolver
. 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 |