Uses of Class
org.eclipse.jetty.servlet.ServletHandler
Packages that use 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
Subclasses of ServletHandler in org.eclipse.jetty.antModifier and TypeClassDescriptionstatic class
AntServletHandlerMethods in org.eclipse.jetty.ant that return ServletHandler -
Uses of ServletHandler in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as ServletHandlerMethods in org.eclipse.jetty.servlet that return ServletHandlerModifier and TypeMethodDescriptionBaseHolder.getServletHandler()
ServletContextHandler.getServletHandler()
protected ServletHandler
ServletContextHandler.newServletHandler()
Methods in org.eclipse.jetty.servlet with parameters of type ServletHandlerModifier and TypeMethodDescriptionvoid
BaseHolder.setServletHandler
(ServletHandler servletHandler) void
ServletContextHandler.setServletHandler
(ServletHandler servletHandler) Constructors in org.eclipse.jetty.servlet with parameters of type ServletHandlerModifierConstructorDescriptionJspPropertyGroupServlet
(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
Constructors in org.eclipse.jetty.webapp with parameters of type ServletHandlerModifierConstructorDescriptionWebAppContext
(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.