Errai 3.0.1-SNAPSHOT

org.jboss.errai.databinding.rebind
Class DataBindingIOCExtension

java.lang.Object
  extended by org.jboss.errai.databinding.rebind.DataBindingIOCExtension
All Implemented Interfaces:
IOCExtensionConfigurator

public class DataBindingIOCExtension
extends Object
implements IOCExtensionConfigurator

The purpose of this IOC extension is to provide bean instances of bindable types that are qualified with Model and to expose the DataBinders that manage these model instances using RefHolders.

Author:
Christian Sadilek , Mike Brock

Constructor Summary
DataBindingIOCExtension()
           
 
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

DataBindingIOCExtension

public DataBindingIOCExtension()
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.