| Interface | Description |
|---|---|
| Authority |
Interface to return Authority and Origin of a hierarchical URI .
|
| GuiceServletContextListener.CleanupCapable |
Interface for classes that need to run cleanup code without
using Runtime ShutdownHooks (which leaks memory on redeploys)
|
| ParameterFetcher |
Maps parameters from a Servlet request into a map.
|
| UserAgent.Parser |
| Class | Description |
|---|---|
| BasicAuthority |
Basic implementation for Authority Interface.
|
| GuiceServletContextListener |
Creates a global guice injector and stores it in a servlet context parameter
for injecting servlets.
|
| GuiceServletContextListener.CleanupHandler |
Injectable handler that allows Guice classes to make themselves cleanup capable.
|
| HostFilter |
A Filter that can cache ServletRequest information in ThreadLocal variable
|
| HttpServletUserAgentProvider |
Simple provider of UserAgent information from an HttpServletRequest.
|
| HttpUtil |
Collection of HTTP utilities
|
| InjectedFilter |
A Filter that can use Guice for injecting.
|
| InjectedServlet |
Supports DI for servlets.
|
| ServletRequestContext | |
| UserAgent |
Simple class defining basic User-Agent parsing.
|
| Enum | Description |
|---|---|
| UserAgent.Browser |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.