public class Web_App_Xml extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getdesc()
Return the Web App desc
|
String |
getDisplayName()
Return the Display Name
|
List<Security_Role> |
getRoles()
return the List of roles
|
Map<String,String> |
getServletMappings()
Return the map of servlet mapping
|
List<Servlet_Element> |
getServlets()
Return the servlets list
|
List<String> |
getWelcomeFiles()
Return the welcome files list
|
static Web_App_Xml |
parse(InputStream stream) |
protected void |
setdesc(String descr)
Set the desc
|
protected void |
setDisplayName(String name)
Set the DisplayName
|
public static Web_App_Xml parse(InputStream stream) throws JahiaException
JahiaExceptionpublic String getDisplayName()
protected void setDisplayName(String name)
name - the display name of the webApppublic List<Servlet_Element> getServlets()
public Map<String,String> getServletMappings()
public List<String> getWelcomeFiles()
public List<Security_Role> getRoles()
public String getdesc()
protected void setdesc(String descr)
descr - the descCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.