Uses of Class
org.eclipse.jetty.servlet.ServletHandler
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ServletHandler in org.eclipse.jetty.ant
Modifier and TypeClassDescriptionstatic class
AntServletHandler -
Uses of ServletHandler in org.eclipse.jetty.servlet
Modifier and TypeMethodDescriptionBaseHolder.getServletHandler()
ServletContextHandler.getServletHandler()
protected ServletHandler
ServletContextHandler.newServletHandler()
Modifier and TypeMethodDescriptionvoid
BaseHolder.setServletHandler
(ServletHandler servletHandler) void
ServletContextHandler.setServletHandler
(ServletHandler servletHandler) ModifierConstructorDescriptionJspPropertyGroupServlet
(ContextHandler context, ServletHandler servletHandler) ServletContextHandler
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler
(HandlerContainer parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of ServletHandler in org.eclipse.jetty.webapp
ModifierConstructorDescriptionWebAppContext
(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) This constructor is used in the geronimo integration.WebAppContext
(SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) This constructor is used in the geronimo integration.