Liferay 6.2-ce-ga5

com.liferay.portal.tools
Class WebXMLBuilder

java.lang.Object
  extended by com.liferay.portal.tools.WebXMLBuilder

public class WebXMLBuilder
extends Object


Constructor Summary
WebXMLBuilder(String originalWebXML, String customWebXML, String mergedWebXML)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXMLBuilder

public WebXMLBuilder(String originalWebXML,
                     String customWebXML,
                     String mergedWebXML)
Method Detail

main

public static void main(String[] args)

organizeWebXML

public static String organizeWebXML(String webXML)
                             throws DocumentException,
                                    IOException
Throws:
DocumentException
IOException

getCustomContent

protected String getCustomContent(String customWebXML)
                           throws IOException
Throws:
IOException

getMergedContentIndex

protected int getMergedContentIndex(String content)

getOriginalContentIndex

protected int getOriginalContentIndex(String content)

Liferay 6.2-ce-ga5