|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletRegistration | |
---|---|
com.caucho.server.dispatch | |
com.caucho.server.webapp | |
javax.servlet |
Uses of ServletRegistration in com.caucho.server.dispatch |
---|
Classes in com.caucho.server.dispatch that implement ServletRegistration | |
---|---|
class |
ServletConfigImpl
Configuration for a servlet. |
class |
ServletMapping
Configuration for a servlet. |
Uses of ServletRegistration in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp that return ServletRegistration | |
---|---|
ServletRegistration |
ServletContextImpl.getServletRegistration(java.lang.String servletName)
|
ServletRegistration |
WebApp.getServletRegistration(java.lang.String servletName)
|
Methods in com.caucho.server.webapp that return types with arguments of type ServletRegistration | |
---|---|
java.util.Map<java.lang.String,ServletRegistration> |
ServletContextImpl.getServletRegistrations()
|
java.util.Map<java.lang.String,ServletRegistration> |
WebApp.getServletRegistrations()
|
Uses of ServletRegistration in javax.servlet |
---|
Subinterfaces of ServletRegistration in javax.servlet | |
---|---|
static interface |
ServletRegistration.Dynamic
|
Methods in javax.servlet that return ServletRegistration | |
---|---|
ServletRegistration |
ServletContext.getServletRegistration(java.lang.String servletName)
Returs servlet registration using servletName |
Methods in javax.servlet that return types with arguments of type ServletRegistration | |
---|---|
java.util.Map<java.lang.String,? extends ServletRegistration> |
ServletContext.getServletRegistrations()
Returns servlet registrations |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |