|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.deploy.EmptyDescriptor
public class EmptyDescriptor
| Constructor Summary | |
|---|---|
EmptyDescriptor(ClassLoader classLoader)
|
|
| Method Summary | |
|---|---|
ArooaBeanDescriptor |
getBeanDescriptor(ArooaClass classIdentifier,
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 EmptyDescriptor(ClassLoader classLoader)
| Method Detail |
|---|
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
public ArooaBeanDescriptor getBeanDescriptor(ArooaClass classIdentifier,
PropertyAccessor accessor)
getBeanDescriptor in interface BeanDescriptorProviderclassIdentifier - The class.accessor - Used to access the bean properties for default
types.
public ConversionProvider getConvertletProvider()
ArooaDescriptor
getConvertletProvider in interface ArooaDescriptorpublic ElementMappings getElementMappings()
ArooaDescriptor
getElementMappings in interface ArooaDescriptorpublic String getPrefixFor(URI namespace)
ArooaDescriptor
getPrefixFor in interface ArooaDescriptornamespace - The namespace.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||