public class ServletContextConf extends Object
| Constructor and Description |
|---|
ServletContextConf(String contextPath,
List<ServletConf> servlets,
List<ServletFilterConf> filters,
List<WebSocketServerConf> webSockets,
Boolean session,
ServletContextSecurityConf security) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
List<ServletFilterConf> |
getFilters() |
ServletContextSecurityConf |
getSecurity() |
List<ServletConf> |
getServlets() |
Boolean |
getSession() |
List<WebSocketServerConf> |
getWebSockets() |
public ServletContextConf(String contextPath, List<ServletConf> servlets, List<ServletFilterConf> filters, List<WebSocketServerConf> webSockets, Boolean session, ServletContextSecurityConf security)
public String getContextPath()
public List<ServletConf> getServlets()
public List<ServletFilterConf> getFilters()
public List<WebSocketServerConf> getWebSockets()
public Boolean getSession()
public ServletContextSecurityConf getSecurity()
Copyright © 2016. All rights reserved.