T
- the type of the injectable value.public abstract class AbstractContainerRequestValueFactory<T>
extends java.lang.Object
implements org.glassfish.hk2.api.Factory<T>
ContainerRequest
instance.Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<ContainerRequest> |
request |
Constructor and Description |
---|
AbstractContainerRequestValueFactory() |
Modifier and Type | Method and Description |
---|---|
void |
dispose(T instance) |
protected ContainerRequest |
getContainerRequest()
Get the container request.
|
@Inject private javax.inject.Provider<ContainerRequest> request
public AbstractContainerRequestValueFactory()
public void dispose(T instance)
dispose
in interface org.glassfish.hk2.api.Factory<T>
protected final ContainerRequest getContainerRequest()