Uses of Interface
javax.servlet.Registration
Packages that use Registration
-
Uses of Registration in javax.servlet
Subinterfaces of Registration in javax.servletModifier and TypeInterfaceDescriptioninterface
Interface through which aFilter
may be further configured.static interface
Interface through which aFilter
registered via one of the addFilter methods onServletContext
may be further configured.static interface
Interface through which aServlet
orFilter
registered via one of the addServlet or addFilter methods, respectively, onServletContext
may be further configured.interface
Interface through which aServlet
may be further configured.static interface
Interface through which aServlet
registered via one of the addServlet methods onServletContext
may be further configured.