public interface IOCExtensionConfigurator
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:
Modifier and Type | Method and Description |
---|---|
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.
|
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
- Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.