Liferay 6.0.5

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
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

Liferay 6.0.5