|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceInjector
The ResourceInjector
interface is a way for other systems
to hook inside EasyBeans at injection time.
This is needed, for example, when a WebServiceContext resource is required.
EasyBeans doesn't support such Resource type, so an external injector is needed.
Method Summary | |
---|---|
void |
postEasyBeansInject(EasyBeansBean bean)
Called after EasyBeans resolution and injection of dependencies. |
void |
preEasyBeansInject(EasyBeansBean bean)
Called before EasyBeans resolution and injection of dependencies. |
Method Detail |
---|
void preEasyBeansInject(EasyBeansBean bean)
bean
- the Bean instance.void postEasyBeansInject(EasyBeansBean bean)
bean
- the Bean instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |