Uses of Class
org.eclipse.jetty.servlet.ServletHandler
-
Packages that use ServletHandler Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ServletHandler in org.eclipse.jetty.ant
Subclasses of ServletHandler in org.eclipse.jetty.ant Modifier and Type Class Description static classAntWebAppContext.AntServletHandlerAntServletHandlerMethods in org.eclipse.jetty.ant that return ServletHandler Modifier and Type Method Description protected ServletHandlerAntWebAppContext. newServletHandler() -
Uses of ServletHandler in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as ServletHandler Modifier and Type Field Description protected ServletHandlerServletContextHandler. _servletHandlerMethods in org.eclipse.jetty.servlet that return ServletHandler Modifier and Type Method Description ServletHandlerBaseHolder. getServletHandler()ServletHandlerServletContextHandler. getServletHandler()protected ServletHandlerServletContextHandler. newServletHandler()Methods in org.eclipse.jetty.servlet with parameters of type ServletHandler Modifier and Type Method Description voidBaseHolder. setServletHandler(ServletHandler servletHandler)voidServletContextHandler. setServletHandler(ServletHandler servletHandler)Constructors in org.eclipse.jetty.servlet with parameters of type ServletHandler Constructor Description JspPropertyGroupServlet(ContextHandler context, ServletHandler servletHandler)ServletContextHandler(HandlerContainer parent, java.lang.String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)ServletContextHandler(HandlerContainer parent, java.lang.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 ServletHandler Constructor Description WebAppContext(HandlerContainer parent, java.lang.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.
-