Errai 3.0.1-SNAPSHOT

org.jboss.errai.uibinder.rebind
Class GWTUiBinderIOCExtension

java.lang.Object
  extended by org.jboss.errai.uibinder.rebind.GWTUiBinderIOCExtension
All Implemented Interfaces:
IOCExtensionConfigurator

public class GWTUiBinderIOCExtension
extends Object
implements IOCExtensionConfigurator

Author:
Mike Brock

Constructor Summary
GWTUiBinderIOCExtension()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTUiBinderIOCExtension

public GWTUiBinderIOCExtension()
Method Detail

configure

public void configure(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context,
                      InjectionContext injectionContext,
                      org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor procFactory)
Description copied from interface: IOCExtensionConfigurator
This method is called by the container before any processing or class discovery begins. This gives an opportunity to configure the scanning rules, such as configuring annotation rules.

Specified by:
configure in interface IOCExtensionConfigurator

afterInitialization

public void afterInitialization(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext context,
                                InjectionContext injectionContext,
                                org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCConfigProcessor procFactory)
Description copied from interface: IOCExtensionConfigurator
THis method is called after the container has initialized all configuration, and before any class generation for the container begins.

Specified by:
afterInitialization in interface IOCExtensionConfigurator

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.