| Interface | Description |
|---|---|
| FilterKeyBindingBuilder |
See the EDSL examples at
JerseyMultiGuiceModule.configureServlets()
copied from Guice Servlet |
| GuiceBundleFeature | |
| InjectorProvider<T extends io.dropwizard.Configuration> | |
| ServletKeyBindingBuilder |
| Class | Description |
|---|---|
| GuiceBundle<T extends io.dropwizard.Configuration> |
Bundle for adding Guice support to Jersey 2.0 Resources
|
| JerseyGuiceModule |
Provides much of the functionality of the Guice ServletModule (https://github.com/google/guice/wiki/ServletModule).
|
| JerseyMultiGuiceModule |
Provides much of the functionality of the Guice ServletModule (https://github.com/google/guice/wiki/ServletModule).
|
| ServletScopes |
Servlet scopes.
|
| SoaIntegrationModule | |
| StandardInjectorProvider<T extends io.dropwizard.Configuration> |
| Annotation Type | Description |
|---|---|
| RequestParameters |
Apply this to field or parameters of type
Map<String, String[]>
when you want the HTTP request parameter map to be injected. |
| RequestScoped |
Apply this to implementation classes when you want one instance per request.
|
| SessionScoped |
Apply this to implementation classes when you want one instance per session.
|
Copyright © 2014–2016 Soabase. All rights reserved.