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

java.lang.Object
  extended bycom.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic
      extended bycom.liferay.portlet.layoutconfiguration.util.xml.ActionURLLogic
Direct Known Subclasses:
RenderURLLogic

public class ActionURLLogic
extends RuntimeLogic

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String CLOSE_1_TAG
           
static java.lang.String CLOSE_2_TAG
           
static java.lang.String OPEN_TAG
           
 
Constructor Summary
ActionURLLogic(javax.portlet.RenderResponse res)
           
 
Method Summary
 java.lang.String getClose1Tag()
           
 java.lang.String getOpenTag()
           
 boolean isAction()
           
 void processXML(com.liferay.portal.kernel.util.StringMaker sm, java.lang.String xml)
           
 
Methods inherited from class com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic
getClose2Tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN_TAG

public static final java.lang.String OPEN_TAG
See Also:
Constant Field Values

CLOSE_1_TAG

public static final java.lang.String CLOSE_1_TAG
See Also:
Constant Field Values

CLOSE_2_TAG

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

ActionURLLogic

public ActionURLLogic(javax.portlet.RenderResponse res)
Method Detail

getOpenTag

public java.lang.String getOpenTag()
Specified by:
getOpenTag in class RuntimeLogic

getClose1Tag

public java.lang.String getClose1Tag()
Specified by:
getClose1Tag in class RuntimeLogic

processXML

public void processXML(com.liferay.portal.kernel.util.StringMaker sm,
                       java.lang.String xml)
                throws java.lang.Exception
Specified by:
processXML in class RuntimeLogic
Throws:
java.lang.Exception

isAction

public boolean isAction()