|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.arooa.PropertyProxyResolver
Provide a PropertyProxy Object which will be used to set a property with it's valueOf method. The proxy object is used during configuration to process the XML.
| Constructor Summary | |
PropertyProxyResolver()
|
|
PropertyProxyResolver(PropertyProxyResolver parent)
|
|
| Method Summary | |
void |
addFile(java.io.File file)
Add definitions fom a property file. |
void |
addProperties(java.util.Properties props)
Add class definitions from properties. |
void |
addResource(java.lang.String classDefFileName)
Add definitions fom a resource property file, i.e. |
java.lang.Object |
proxyFor(java.lang.Object bean,
java.lang.String property)
Return a Proxy Type which is capable of resolving an XML definition into a Class of the given type. |
void |
setProxy(java.lang.String key,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyProxyResolver(PropertyProxyResolver parent)
public PropertyProxyResolver()
| Method Detail |
public void addResource(java.lang.String classDefFileName)
classDefFileName - The file name.public void addFile(java.io.File file)
public void addProperties(java.util.Properties props)
props - Class definition properties.
public void setProxy(java.lang.String key,
java.lang.String value)
public java.lang.Object proxyFor(java.lang.Object bean,
java.lang.String property)
bean - The bean with the property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||