public class ServletChain extends Object
Constructor and Description |
---|
ServletChain(HttpHandler handler, ManagedServlet managedServlet, String servletPath, boolean defaultServletMapping, javax.servlet.http.MappingMatch mappingMatch, String pattern, Map<javax.servlet.DispatcherType,List<ManagedFilter>> filters) |
ServletChain(ServletChain other, String pattern, javax.servlet.http.MappingMatch mappingMatch) |
Modifier and Type | Method and Description |
---|---|
Executor | getExecutor() |
HttpHandler | getHandler() |
ManagedServlet | getManagedServlet() |
javax.servlet.http.MappingMatch | getMappingMatch() |
String | getPattern() |
String | getServletPath() |
boolean | isDefaultServletMapping() |
public ServletChain(HttpHandler handler, ManagedServlet managedServlet, String servletPath, boolean defaultServletMapping, javax.servlet.http.MappingMatch mappingMatch, String pattern, Map<javax.servlet.DispatcherType,List<ManagedFilter>> filters)
public ServletChain(ServletChain other, String pattern, javax.servlet.http.MappingMatch mappingMatch)
public HttpHandler getHandler()
public ManagedServlet getManagedServlet()
public String getServletPath()
public Executor getExecutor()
public boolean isDefaultServletMapping()
public javax.servlet.http.MappingMatch getMappingMatch()
public String getPattern()
Copyright © 2020 JBoss by Red Hat. All rights reserved.