Uses of Class
com.google.inject.servlet.ServletDefinition
-
Packages that use ServletDefinition Package Description com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of ServletDefinition in com.google.inject.servlet
Fields in com.google.inject.servlet declared as ServletDefinition Modifier and Type Field Description private ServletDefinition[]
ManagedServletPipeline. servletDefinitions
Fields in com.google.inject.servlet with type parameters of type ServletDefinition Modifier and Type Field Description private static TypeLiteral<ServletDefinition>
ManagedServletPipeline. SERVLET_DEFS
Methods in com.google.inject.servlet that return ServletDefinition Modifier and Type Method Description private ServletDefinition[]
ManagedServletPipeline. collectServletDefinitions(Injector injector)
Introspects the injector and collects all instances of boundList<ServletDefinition>
into a master list.ServletDefinition
ServletDefinition. get()
-