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

java.lang.Object
  extended bycom.liferay.portlet.layoutconfiguration.util.velocity.RuntimeLogic
Direct Known Subclasses:
PortletColumnLogic, PortletLogic

public abstract class RuntimeLogic
extends java.lang.Object

View Source

Author:
Ivica Cardic, Brian Wing Shun Chan

Constructor Summary
RuntimeLogic()
           
 
Method Summary
abstract  void processContent(com.liferay.portal.kernel.util.StringMaker sm, java.util.Map attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeLogic

public RuntimeLogic()
Method Detail

processContent

public abstract void processContent(com.liferay.portal.kernel.util.StringMaker sm,
                                    java.util.Map attributes)
                             throws java.lang.Exception
Throws:
java.lang.Exception