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

java.lang.Object
  extended by org.jboss.weld.util.reflection.instantiation.AbstractInstantiatorFactory
      extended by org.jboss.weld.util.reflection.instantiation.LoaderInstantiatorFactory
All Implemented Interfaces:
com.google.common.base.Function<ClassLoader,Boolean>, org.jboss.weld.bootstrap.api.Service, InstantiatorFactory

public class LoaderInstantiatorFactory
extends AbstractInstantiatorFactory
implements com.google.common.base.Function<ClassLoader,Boolean>

Instantiator factory per loader.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.weld.util.reflection.instantiation.AbstractInstantiatorFactory
MARKER
 
Constructor Summary
LoaderInstantiatorFactory()
           
 
Method Summary
 Boolean apply(ClassLoader tccl)
           
 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
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

LoaderInstantiatorFactory

public LoaderInstantiatorFactory()
Method Detail

useInstantiators

public boolean useInstantiators()
Specified by:
useInstantiators in interface InstantiatorFactory

cleanup

public void cleanup()
Specified by:
cleanup in interface org.jboss.weld.bootstrap.api.Service

apply

public Boolean apply(ClassLoader tccl)
Specified by:
apply in interface com.google.common.base.Function<ClassLoader,Boolean>


Copyright © 2013 Seam Framework. All Rights Reserved.