public class LifecycleHandlerProvider extends java.lang.Object implements Provider<LifecycleHandler>
Constructor and Description |
---|
LifecycleHandlerProvider(java.lang.String basename) |
Modifier and Type | Method and Description |
---|---|
LifecycleHandler |
get() |
void |
setApplicationClassLoader(ApplicationClassLoader applicationClassLoader) |
void |
setGriffonApplication(GriffonApplication application) |
public LifecycleHandlerProvider(@Nonnull java.lang.String basename)
@Inject public void setGriffonApplication(@Nonnull GriffonApplication application)
@Inject public void setApplicationClassLoader(ApplicationClassLoader applicationClassLoader)
public LifecycleHandler get()
get
in interface Provider<LifecycleHandler>