| AbstractRepositoryServlet |
Abstract base class for servlets that make a repository available in
the servlet context.
|
| ContextRepositoryServlet |
Servlet that makes a repository from one servlet context attribute
available as another servlet context attribute.
|
| FilterRepositoryFactory |
Factory that looks up a repository from the context of a given filter.
|
| JNDIBindingServlet |
Servlet that binds a repository from a servlet context attribute in JNDI.
|
| JNDIRepositoryServlet |
Servlet that makes a repository from JNDI available as an attribute
in the servlet context.
|
| ServletRepository |
Proxy for a repository bound in servlet context.
|
| ServletRepositoryFactory |
Factory that looks up a repository from the context of a given servlet.
|