public class ServletChain extends Object
Constructor and Description |
---|
ServletChain(HttpHandler handler, ManagedServlet managedServlet, String servletPath, boolean defaultServletMapping) |
ServletChain(ServletChain other) |
Modifier and Type | Method and Description |
---|---|
Executor | getExecutor() |
HttpHandler | getHandler() |
ManagedServlet | getManagedServlet() |
String | getServletPath() |
boolean | isDefaultServletMapping() |
public ServletChain(HttpHandler handler, ManagedServlet managedServlet, String servletPath, boolean defaultServletMapping)
public ServletChain(ServletChain other)
public HttpHandler getHandler()
public ManagedServlet getManagedServlet()
public String getServletPath()
public Executor getExecutor()
public boolean isDefaultServletMapping()
Copyright © 2015 JBoss by Red Hat. All rights reserved.