Methods in djbeans that throw InjectException |
void |
DJBeansLoader.injectAllProperties(java.lang.Object bean,
java.lang.String componentPath)
Retrieve all properties of the bean and injects into the bean. |
void |
DJBeansLoader.injectAllProperties(java.lang.Object bean,
java.lang.String componentPath,
boolean registerListener)
Retrieve all properties of the bean and injects into the bean. |
void |
DJBeansLoader.injectProperties(java.lang.Object bean,
java.lang.String componentPath)
Retrieve all properties of the bean and injects into the bean. |
void |
DJBeansLoader.injectProperties(java.lang.Object bean,
java.lang.String componentPath,
boolean registerListener)
Retrieve all properties of the bean and injects into the bean. |