T - the type of the injectable value.public abstract class AbstractContainerRequestValueFactory<T> extends Object implements org.glassfish.hk2.api.Factory<T>
ContainerRequest instance.| Constructor and Description |
|---|
AbstractContainerRequestValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(T instance) |
protected ContainerRequest |
getContainerRequest()
Get the container request.
|
public AbstractContainerRequestValueFactory()
public void dispose(T instance)
dispose in interface org.glassfish.hk2.api.Factory<T>protected final ContainerRequest getContainerRequest()
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.