|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.deploy.BeanDescriptorHelper
public class BeanDescriptorHelper
Constructor Summary | |
---|---|
BeanDescriptorHelper(ArooaBeanDescriptor beanDescriptor)
|
Method Summary | |
---|---|
ArooaAnnotations |
getAnnotations()
Provide annotation information about methods. |
ArooaType |
getArooaType(String property)
|
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 |
isAttribute(String property)
|
boolean |
isAuto(String property)
Indicates that the property should be set automatically from the services. |
boolean |
isComponent(String property)
|
boolean |
isElement(String property)
|
boolean |
isHidden(String property)
|
boolean |
isText(String property)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanDescriptorHelper(ArooaBeanDescriptor beanDescriptor)
Method Detail |
---|
public ParsingInterceptor getParsingInterceptor()
ArooaBeanDescriptor
ParsingInterceptor
.
getParsingInterceptor
in interface ArooaBeanDescriptor
public ConfiguredHow getConfiguredHow(String property)
ArooaBeanDescriptor
getConfiguredHow
in interface ArooaBeanDescriptor
property
- The property name.
public String getTextProperty()
ArooaBeanDescriptor
The actual property name is required because unlike components and values, the property name can not be derrived from an element name.
getTextProperty
in interface ArooaBeanDescriptor
public String getComponentProperty()
getComponentProperty
in interface ArooaBeanDescriptor
public boolean isAttribute(String property)
public boolean isElement(String property)
public boolean isComponent(String property)
public ArooaType getArooaType(String property)
public boolean isText(String property)
public boolean isHidden(String property)
public boolean isAuto(String property)
ArooaBeanDescriptor
isAuto
in interface ArooaBeanDescriptor
property
- The property name.
public String getFlavour(String property)
ArooaBeanDescriptor
getFlavour
in interface ArooaBeanDescriptor
property
- The property name.
public ArooaAnnotations getAnnotations()
ArooaBeanDescriptor
getAnnotations
in interface ArooaBeanDescriptor
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |