org.eclipse.jetty.servlet.ServletContextHandler.Decorator to inject servlets and filters@Deprecated public class EclipseWeldServletHandler extends ServletHandler
| Constructor and Description |
|---|
EclipseWeldServletHandler(ServletHandler existingHandler,
ServletContext servletContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
customizeFilter(Filter filter)
Deprecated.
|
Servlet |
customizeServlet(Servlet servlet)
Deprecated.
|
protected static WebAppContext |
findWAC(ServletContext context)
Deprecated.
|
protected void |
inject(Object injectable)
Deprecated.
|
static void |
process(ServletContext context)
Deprecated.
|
static void |
process(WebAppContext wac)
Deprecated.
|
protected static void |
process(WebAppContext wac,
boolean startNewHandler)
Deprecated.
|
public EclipseWeldServletHandler(ServletHandler existingHandler,
ServletContext servletContext)
public Servlet customizeServlet(Servlet servlet)
throws Exception
Exceptionpublic Filter customizeFilter(Filter filter)
throws Exception
Exceptionprotected void inject(Object injectable)
protected static void process(WebAppContext wac,
boolean startNewHandler)
throws Exception
Exceptionpublic static void process(WebAppContext wac)
throws Exception
Exceptionpublic static void process(ServletContext context)
throws Exception
Exceptionprotected static WebAppContext findWAC(ServletContext context)
Copyright © 2017. All rights reserved.