org.jboss.weld.util.reflection.instantiation
Class DefaultInstantiatorFactory

java.lang.Object
  extended by org.jboss.weld.util.reflection.instantiation.AbstractInstantiatorFactory
      extended by org.jboss.weld.util.reflection.instantiation.DefaultInstantiatorFactory
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, InstantiatorFactory

public class DefaultInstantiatorFactory
extends AbstractInstantiatorFactory

A factory class for obtaining the first available instantiator

Author:
Nicklas Karlsson, Ales Justin

Field Summary
 
Fields inherited from class org.jboss.weld.util.reflection.instantiation.AbstractInstantiatorFactory
MARKER
 
Constructor Summary
DefaultInstantiatorFactory()
           
 
Method Summary
 void cleanup()
           
 boolean useInstantiators()
           
 
Methods inherited from class org.jboss.weld.util.reflection.instantiation.AbstractInstantiatorFactory
checkInstantiator, getInstantiator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultInstantiatorFactory

public DefaultInstantiatorFactory()
Method Detail

useInstantiators

public boolean useInstantiators()

cleanup

public void cleanup()


Copyright © 2013 Seam Framework. All Rights Reserved.