Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Field and Description |
---|---|
private ServletDefinition[] |
ManagedServletPipeline.servletDefinitions |
Modifier and Type | Field and Description |
---|---|
private static TypeLiteral<ServletDefinition> |
ManagedServletPipeline.SERVLET_DEFS |
Modifier and Type | Method and Description |
---|---|
private ServletDefinition[] |
ManagedServletPipeline.collectServletDefinitions(Injector injector)
Introspects the injector and collects all instances of bound
List<ServletDefinition>
into a master list. |
ServletDefinition |
ServletDefinition.get() |