|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOCExtensionConfigurator
This class is implemented by modules which need to extend functionality of the IOC container, such as by adding additional annotation processing rules, problematically providing dependencies, etc.
All classes implementing IOCExtensionConfigurator and annotated with IOCExtension
will be instantiated and called by the IOC container at generation time.
All classes implementing this interface MUST:
Method Summary | |
---|---|
void |
afterInitialization(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context,
InjectionContext injectionContext,
org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor procFactory)
THis method is called after the container has initialized all configuration, and before any class generation for the container begins. |
void |
configure(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context,
InjectionContext injectionContext,
org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor procFactory)
This method is called by the container before any processing or class discovery begins. |
Method Detail |
---|
void configure(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context, InjectionContext injectionContext, org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor procFactory)
context
- injectionContext
- procFactory
- void afterInitialization(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context, InjectionContext injectionContext, org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor procFactory)
context
- injectionContext
- procFactory
-
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |