Uses of Interface
javax.servlet.Registration
-
Packages that use Registration Package Description javax.servlet -
-
Uses of Registration in javax.servlet
Subinterfaces of Registration in javax.servlet Modifier and Type Interface Description interfaceFilterRegistrationInterface through which aFiltermay be further configured.static interfaceFilterRegistration.DynamicInterface through which aFilterregistered via one of the addFilter methods onServletContextmay be further configured.static interfaceRegistration.DynamicInterface through which aServletorFilterregistered via one of the addServlet or addFilter methods, respectively, onServletContextmay be further configured.interfaceServletRegistrationInterface through which aServletmay be further configured.static interfaceServletRegistration.DynamicInterface through which aServletregistered via one of the addServlet methods onServletContextmay be further configured.
-