public interface RequestScopedInitializer
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.glassfish.hk2.api.ServiceLocator locator)
Perform request-scoped initialization.
|
void initialize(org.glassfish.hk2.api.ServiceLocator locator)
locator
- current HK2 service locator instance configured in the
ApplicationHandler
.