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

java.lang.Object
  extended by 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

Field Summary
static java.lang.String CLOSE_2_TAG
           
 
Constructor Summary
RuntimeLogic()
           
 
Method Summary
abstract  java.lang.String getClose1Tag()
           
 java.lang.String getClose2Tag()
           
abstract  java.lang.String getOpenTag()
           
abstract  void processXML(java.lang.StringBuilder sb, java.lang.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 java.lang.String CLOSE_2_TAG
See Also:
Constant Field Values
Constructor Detail

RuntimeLogic

public RuntimeLogic()
Method Detail

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(java.lang.StringBuilder sb,
                                java.lang.String xml)
                         throws java.lang.Exception
Throws:
java.lang.Exception