T - the type of the injectable value.public abstract class AbstractHttpContextValueFactory<T> extends Object implements 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() |
protected abstract T get(HttpContext context)
HttpContext.context - the context.Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.