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
Exception
public Filter customizeFilter(Filter filter) throws Exception
Exception
protected void inject(Object injectable)
protected static void process(WebAppContext wac, boolean startNewHandler) throws Exception
Exception
public static void process(WebAppContext wac) throws Exception
Exception
public static void process(ServletContext context) throws Exception
Exception
protected static WebAppContext findWAC(ServletContext context)
Copyright © 2013 Seam Framework. All Rights Reserved.