Package com.liferay.portal.tools
Class WebXMLBuilder
Object
com.liferay.portal.tools.WebXMLBuilder
- Author:
- Brian Wing Shun Chan, Tang Ying Jian, Brian Myunghun Kim, Minhchau Dang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static String
getCustomContent
(String customWebXML) protected static int
getMergedContentIndex
(String content) protected static int
getOriginalContentIndex
(String content) static void
static void
mergeWebXML
(String originalWebXML, String customWebXML, String mergedWebXML) static String
organizeWebXML
(String webXML)
-
Constructor Details
-
WebXMLBuilder
public WebXMLBuilder()
-
-
Method Details
-
main
-
mergeWebXML
-
organizeWebXML
public static String organizeWebXML(String webXML) throws com.liferay.portal.kernel.xml.DocumentException, IOException - Throws:
com.liferay.portal.kernel.xml.DocumentException
IOException
-
getCustomContent
- Throws:
IOException
-
getMergedContentIndex
-
getOriginalContentIndex
-