com.liferay.portlet.layoutconfiguration.util.xml
Class RuntimeLogic
java.lang.Object
com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic
- Direct Known Subclasses:
- ActionURLLogic, PortletLogic
public abstract class RuntimeLogic
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
abstract java.lang.String |
getClose1Tag()
|
java.lang.String |
getClose2Tag()
|
abstract java.lang.String |
getOpenTag()
|
abstract void |
processXML(com.liferay.portal.kernel.util.StringMaker sm,
java.lang.String xml)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLOSE_2_TAG
public static final java.lang.String CLOSE_2_TAG
- See Also:
- Constant Field Values
RuntimeLogic
public RuntimeLogic()
getOpenTag
public abstract java.lang.String getOpenTag()
getClose1Tag
public abstract java.lang.String getClose1Tag()
getClose2Tag
public java.lang.String getClose2Tag()
processXML
public abstract void processXML(com.liferay.portal.kernel.util.StringMaker sm,
java.lang.String xml)
throws java.lang.Exception
- Throws:
java.lang.Exception