|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArooaDescriptor
An ArooaDescriptor describes how an ArooaParser should process an {@link ArooaConfiguration}.
Method Summary | |
---|---|
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 interface org.oddjob.arooa.deploy.BeanDescriptorProvider |
---|
getBeanDescriptor |
Method Detail |
---|
ConversionProvider getConvertletProvider()
ElementMappings getElementMappings()
String getPrefixFor(URI namespace)
namespace
- The namespace.
ClassResolver getClassResolver()
ClassResolver
. The resolver will typically
be able to resolve classes returned from the
ElementMappings
provided by this descriptor.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |