| Package | Description |
|---|---|
| org.jahia.data.applications |
| Modifier and Type | Method and Description |
|---|---|
ServletBean |
WebAppContext.getServlet(String name)
Get a servlet looking at it name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ServletBean> |
WebAppContext.getServlets()
Return the List of servlets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppContext.addServlet(ServletBean servlet)
Add a new servlet bean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppContext.addServlets(List<ServletBean> servlets)
Add a List of ServletBean.
|
| Constructor and Description |
|---|
WebAppContext(String context,
String displayName,
String descr,
List<ServletBean> servlets,
Map<String,String> servletMappings,
List<String> roles,
List<String> welcomeFiles)
Constructor
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.