public class LoaderInstantiatorFactory extends AbstractInstantiatorFactory implements Function<ClassLoader,Boolean>
MARKER| Constructor and Description |
|---|
LoaderInstantiatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
apply(ClassLoader tccl) |
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
boolean |
useInstantiators() |
checkInstantiator, getInstantiatorpublic boolean useInstantiators()
useInstantiators in interface InstantiatorFactorypublic void cleanup()
Servicepublic Boolean apply(ClassLoader tccl)
apply in interface Function<ClassLoader,Boolean>Copyright © 2014 Seam Framework. All Rights Reserved.