Uses of Interface
com.google.inject.servlet.ServletModule.ServletKeyBindingBuilder
-
Packages that use ServletModule.ServletKeyBindingBuilder Package Description com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of ServletModule.ServletKeyBindingBuilder in com.google.inject.servlet
Methods in com.google.inject.servlet that return ServletModule.ServletKeyBindingBuilder Modifier and Type Method Description protected ServletModule.ServletKeyBindingBuilder
ServletModule. serve(Iterable<String> urlPatterns)
protected ServletModule.ServletKeyBindingBuilder
ServletModule. serve(String urlPattern, String... morePatterns)
protected ServletModule.ServletKeyBindingBuilder
ServletModule. serveRegex(Iterable<String> regexes)
protected ServletModule.ServletKeyBindingBuilder
ServletModule. serveRegex(String regex, String... regexes)
-