com.liferay.portlet.layoutconfiguration.util.xml
Class RuntimeLogic
java.lang.Object
com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic
public abstract class RuntimeLogic
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLOSE_2_TAG
public static final String CLOSE_2_TAG
- See Also:
- Constant Field Values
RuntimeLogic
public RuntimeLogic()
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