| Package | Description | 
|---|---|
| javax.servlet | The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FilterRegistrationInterface through which a  Filtermay be further configured. | 
| static interface  | FilterRegistration.DynamicInterface through which a  Filterregistered via one of the
 addFilter methods onServletContextmay be further
 configured. | 
| static interface  | Registration.DynamicInterface through which a  ServletorFilterregistered
 via one of the addServlet or addFilter methods,
 respectively, onServletContextmay be further configured. | 
| interface  | ServletRegistrationInterface through which a  Servletmay be further configured. | 
| static interface  | ServletRegistration.DynamicInterface through which a  Servletregistered via one of the
 addServlet methods onServletContextmay be further
 configured. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.