public class JahiaWebAppsEarPackage extends Object
| Constructor and Description |
|---|
JahiaWebAppsEarPackage(String context)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addWebAppDef(JahiaWebAppDef webAppDef)
Add a WebApps Definition in the Web Apps list
|
void |
addWebAppDefs(List<JahiaWebAppDef> vec)
Add a List of JahiaWebAppDef object at the end of the WebApps List
|
String |
getContextRoot()
Returns the Context Root of this application
|
List<JahiaWebAppDef> |
getWebApps()
Get the list of JahiaWebAppDef object
|
void |
setContextRoot(String context)
Set the Application Context
|
public JahiaWebAppsEarPackage(String context)
(String) - context, the application context in case of ear filepublic List<JahiaWebAppDef> getWebApps()
public void addWebAppDef(JahiaWebAppDef webAppDef)
(JahiaWebAppDef) - webAppDefpublic void addWebAppDefs(List<JahiaWebAppDef> vec)
(List) - the Listpublic String getContextRoot()
public void setContextRoot(String context)
(String) - the application contextCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.