Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Class and Description |
---|
AbstractServletPipeline
Skeleton implementation of a wrapping dispatcher for servlets based on a sequence of
ServletDefinition s, much like AbstractFilterPipeline is for filters. |
FilterDefinition
Defines a filter mapped to a URI pattern and performs the request filtering for that filter.
|
FilterPipeline
A dispatcher abstraction for guice-servlet registered servlets and filters.
|
InstanceFilterBinding
A binding to a single instance of a filter.
|
InstanceServletBinding
A binding to a single instance of a servlet.
|
LinkedFilterBinding
A linked binding to a filter.
|
LinkedServletBinding
A linked binding to a servlet.
|
ServletDefinition
Defines a servlet mapped to a URI pattern and performs the request dispatch to that servlet.
|
ServletModule.FilterKeyBindingBuilder
See the EDSL examples at
ServletModule.configureServlets() |
ServletModule.ServletKeyBindingBuilder
See the EDSL examples at
ServletModule.configureServlets() |
ServletModuleBinding
A binding created by
ServletModule . |
UriPatternMatcher
A general interface for matching a URI against a URI pattern.
|
UriPatternType
An enumeration of the available URI-pattern matching styles
|
Copyright © 2006–2016 Google, Inc.. All rights reserved.