org.jboss.weld.util.reflection.instantiation
Class AbstractInstantiatorFactory
java.lang.Object
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
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.bootstrap.api.Service |
cleanup |
MARKER
protected static final String MARKER
- See Also:
- Constant Field Values
AbstractInstantiatorFactory
public AbstractInstantiatorFactory()
checkInstantiator
protected boolean checkInstantiator()
getInstantiator
public Instantiator getInstantiator()
- Specified by:
getInstantiator
in interface InstantiatorFactory
Copyright © 2013 Seam Framework. All Rights Reserved.