public class WebXMLBuilder extends Object
| Constructor and Description |
|---|
WebXMLBuilder(String originalWebXML,
String customWebXML,
String mergedWebXML) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCustomContent(String customWebXML) |
protected int |
getMergedContentIndex(String content) |
protected int |
getOriginalContentIndex(String content) |
static void |
main(String[] args) |
static String |
organizeWebXML(String webXML) |
public static void main(String[] args)
public static String organizeWebXML(String webXML) throws com.liferay.portal.kernel.xml.DocumentException, IOException
com.liferay.portal.kernel.xml.DocumentExceptionIOExceptionprotected String getCustomContent(String customWebXML) throws IOException
IOExceptionprotected int getMergedContentIndex(String content)
protected int getOriginalContentIndex(String content)