public class PropertiesBaseArooa extends java.lang.Object implements ArooaBeanDescriptor
PropertiesJob
and PropertiesType. These provide a ParsingInterceptor
that replaces the ArooaSession for the parsing of child elements
with a PropertiesOverrideSession.PropertiesJobArooa,
PropertiesTypeArooa| Constructor and Description |
|---|
PropertiesBaseArooa() |
| Modifier and Type | Method and Description |
|---|---|
ArooaAnnotations |
getAnnotations()
Provide annotation information about methods.
|
java.lang.String |
getComponentProperty()
The name of the component property.
|
ConfiguredHow |
getConfiguredHow(java.lang.String property)
How is a property configured.
|
java.lang.String |
getFlavour(java.lang.String property)
Get the property flavour.
|
ParsingInterceptor |
getParsingInterceptor()
Get The
ParsingInterceptor. |
java.lang.String |
getTextProperty()
The name of the property which can be set using the text
of an xml element.
|
boolean |
isAuto(java.lang.String property)
Indicates that the property should be set automatically
from the services.
|
public ParsingInterceptor getParsingInterceptor()
ArooaBeanDescriptorParsingInterceptor.getParsingInterceptor in interface ArooaBeanDescriptorpublic java.lang.String getComponentProperty()
ArooaBeanDescriptorgetComponentProperty in interface ArooaBeanDescriptorpublic ConfiguredHow getConfiguredHow(java.lang.String property)
ArooaBeanDescriptorgetConfiguredHow in interface ArooaBeanDescriptorproperty - The property name.public java.lang.String getFlavour(java.lang.String property)
ArooaBeanDescriptorgetFlavour in interface ArooaBeanDescriptorproperty - The property name.public java.lang.String getTextProperty()
ArooaBeanDescriptorThe actual property name is required because unlike components and values, the property name can not be derrived from an element name.
getTextProperty in interface ArooaBeanDescriptorpublic boolean isAuto(java.lang.String property)
ArooaBeanDescriptorisAuto in interface ArooaBeanDescriptorproperty - The property name.public ArooaAnnotations getAnnotations()
ArooaBeanDescriptorgetAnnotations in interface ArooaBeanDescriptor