|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.internal.inject.AbstractModule
org.glassfish.jersey.server.internal.inject.ParameterInjectionModule
public class ParameterInjectionModule
Module providing support for JAX-RS context injection. Namely, standard injection support for the following set of JAX-RS context annotations is provided by the module:
@Context@Context-based injection is provided so that
the @Context annotation can be used interchangeably with e.g. standard
@Inject dependency injection annotation.
@PathParam@QueryParam@MatrixParam@HeaderParam@FormParam@CookieParam
| Constructor Summary | |
|---|---|
ParameterInjectionModule()
|
|
| Method Summary | |
|---|---|
void |
configure()
|
| Methods inherited from class org.glassfish.jersey.internal.inject.AbstractModule |
|---|
bind, bind, bind, bind, bind, configure, inParent, install |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterInjectionModule()
| Method Detail |
|---|
public void configure()
configure in class AbstractModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||