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