|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.values.properties.PropertiesBaseArooa
public class PropertiesBaseArooa
Base class for the Arooa descriptor classes for PropertiesJob
and PropertiesType. These provide a ParsingInterceptor
that replaces the ArooaSession for the parsing of child elements
with a PropertiesConfigurationSession.
PropertiesJobArooa,
PropertiesTypeArooa| Constructor Summary | |
|---|---|
PropertiesBaseArooa()
|
|
| Method Summary | |
|---|---|
String |
getComponentProperty()
The name of the component property. |
ConfiguredHow |
getConfiguredHow(String property)
How is a property configured. |
String |
getFlavour(String property)
Get the property flavour. |
ParsingInterceptor |
getParsingInterceptor()
Get The ParsingInterceptor. |
String |
getTextProperty()
The name of the property which can be set using the text of an xml element. |
boolean |
isAuto(String property)
Indicates that the property should be set automatically from the services. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesBaseArooa()
| Method Detail |
|---|
public ParsingInterceptor getParsingInterceptor()
ArooaBeanDescriptorParsingInterceptor.
getParsingInterceptor in interface ArooaBeanDescriptorpublic String getComponentProperty()
ArooaBeanDescriptor
getComponentProperty in interface ArooaBeanDescriptorpublic ConfiguredHow getConfiguredHow(String property)
ArooaBeanDescriptor
getConfiguredHow in interface ArooaBeanDescriptorproperty - The property name.
public String getFlavour(String property)
ArooaBeanDescriptor
getFlavour in interface ArooaBeanDescriptorproperty - The property name.
public 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(String property)
ArooaBeanDescriptor
isAuto in interface ArooaBeanDescriptorproperty - The property name.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||