|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.standard.StandardArooaDescriptor
public class StandardArooaDescriptor
Provides default behaviour for Arooa configuration. This includes support for the <value>, <list>, <import> and <xml> elements. elements.
Constructor Summary | |
---|---|
StandardArooaDescriptor()
|
|
StandardArooaDescriptor(ClassLoader classLoader)
|
Method Summary | |
---|---|
ArooaBeanDescriptor |
getBeanDescriptor(ArooaClass arooaClass,
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 StandardArooaDescriptor()
public StandardArooaDescriptor(ClassLoader classLoader)
Method Detail |
---|
public ConversionProvider getConvertletProvider()
ArooaDescriptor
getConvertletProvider
in interface ArooaDescriptor
public ElementMappings getElementMappings()
ArooaDescriptor
getElementMappings
in interface ArooaDescriptor
public ArooaBeanDescriptor getBeanDescriptor(ArooaClass arooaClass, PropertyAccessor accessor)
getBeanDescriptor
in interface BeanDescriptorProvider
arooaClass
- The class.accessor
- Used to access the bean properties for default
types.
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 |