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

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

public abstract class AbstractInstantiatorFactory
extends Object
implements InstantiatorFactory

Abstract instantiator factory.

Author:
Ales Justin

Field Summary
protected static String MARKER
           
 
Constructor Summary
AbstractInstantiatorFactory()
           
 
Method Summary
protected  boolean checkInstantiator()
           
 Instantiator getInstantiator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.weld.util.reflection.instantiation.InstantiatorFactory
useInstantiators
 
Methods inherited from interface org.jboss.weld.bootstrap.api.Service
cleanup
 

Field Detail

MARKER

protected static final String MARKER
See Also:
Constant Field Values
Constructor Detail

AbstractInstantiatorFactory

public AbstractInstantiatorFactory()
Method Detail

checkInstantiator

protected boolean checkInstantiator()

getInstantiator

public Instantiator getInstantiator()
Specified by:
getInstantiator in interface InstantiatorFactory


Copyright © 2013 Seam Framework. All Rights Reserved.