|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletRegistration | |
|---|---|
| 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. |
| org.eclipse.jetty.server.handler | |
| org.eclipse.jetty.servlet | |
| Uses of ServletRegistration in javax.servlet |
|---|
| Subinterfaces of ServletRegistration in javax.servlet | |
|---|---|
static interface |
ServletRegistration.Dynamic
Interface through which a Servlet registered via one of the
addServlet methods on ServletContext may be further
configured. |
| Methods in javax.servlet that return ServletRegistration | |
|---|---|
ServletRegistration |
ServletContext.getServletRegistration(java.lang.String servletName)
Gets the ServletRegistration corresponding to the servlet with the given servletName. |
| Methods in javax.servlet that return types with arguments of type ServletRegistration | |
|---|---|
java.util.Map<java.lang.String,? extends ServletRegistration> |
ServletContext.getServletRegistrations()
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets registered with this ServletContext. |
| Uses of ServletRegistration in org.eclipse.jetty.server.handler |
|---|
| Methods in org.eclipse.jetty.server.handler that return ServletRegistration | |
|---|---|
ServletRegistration |
ContextHandler.Context.getServletRegistration(java.lang.String servletName)
|
| Methods in org.eclipse.jetty.server.handler that return types with arguments of type ServletRegistration | |
|---|---|
java.util.Map<java.lang.String,? extends ServletRegistration> |
ContextHandler.Context.getServletRegistrations()
|
| Uses of ServletRegistration in org.eclipse.jetty.servlet |
|---|
| Classes in org.eclipse.jetty.servlet that implement ServletRegistration | |
|---|---|
class |
ServletHolder.Registration
|
| Methods in org.eclipse.jetty.servlet that return ServletRegistration | |
|---|---|
ServletRegistration |
ServletContextHandler.Context.getServletRegistration(java.lang.String servletName)
|
| Methods in org.eclipse.jetty.servlet that return types with arguments of type ServletRegistration | |
|---|---|
java.util.Map<java.lang.String,? extends ServletRegistration> |
ServletContextHandler.Context.getServletRegistrations()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||