Liferay 6.2-ce-ga5

com.liferay.portal.layoutconfiguration.util.xml
Class RuntimeLogic

java.lang.Object
  extended by com.liferay.portal.layoutconfiguration.util.xml.RuntimeLogic

public abstract class RuntimeLogic
extends Object


Field Summary
static String CLOSE_2_TAG
           
 
Constructor Summary
RuntimeLogic()
           
 
Method Summary
abstract  String getClose1Tag()
           
 String getClose2Tag()
           
abstract  String getOpenTag()
           
abstract  String processXML(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOSE_2_TAG

public static final String CLOSE_2_TAG
See Also:
Constant Field Values
Constructor Detail

RuntimeLogic

public RuntimeLogic()
Method Detail

getClose1Tag

public abstract String getClose1Tag()

getClose2Tag

public String getClose2Tag()

getOpenTag

public abstract String getOpenTag()

processXML

public abstract String processXML(String xml)
                           throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5