|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.internal.inject.AbstractHttpContextValueFactory<T>
T - the type of the injectable value.public abstract class AbstractHttpContextValueFactory<T>
A value factory that provides an injectable value from the HttpContext.
| Constructor Summary | |
|---|---|
AbstractHttpContextValueFactory()
|
|
| Method Summary | |
|---|---|
T |
get()
|
protected abstract T |
get(HttpContext context)
Get the injectable value given the HttpContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractHttpContextValueFactory()
| Method Detail |
|---|
public T get()
throws org.glassfish.hk2.ComponentException
get in interface org.glassfish.hk2.Factory<T>org.glassfish.hk2.ComponentExceptionprotected abstract T get(HttpContext context)
HttpContext.
context - the context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||