Liferay 6.1.2-ce-ga3

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

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

public class ActionURLLogic
extends RuntimeLogic


Field Summary
static String CLOSE_1_TAG
           
static String CLOSE_2_TAG
           
static String OPEN_TAG
           
 
Constructor Summary
ActionURLLogic(RenderResponse renderResponse)
           
 
Method Summary
 String getClose1Tag()
           
 String getLifecycle()
           
 String getOpenTag()
           
 String processXML(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

CLOSE_1_TAG

public static final String CLOSE_1_TAG
See Also:
Constant Field Values

CLOSE_2_TAG

public static final String CLOSE_2_TAG
See Also:
Constant Field Values

OPEN_TAG

public static final String OPEN_TAG
See Also:
Constant Field Values
Constructor Detail

ActionURLLogic

public ActionURLLogic(RenderResponse renderResponse)
Method Detail

getClose1Tag

public String getClose1Tag()
Specified by:
getClose1Tag in class RuntimeLogic

getLifecycle

public String getLifecycle()

getOpenTag

public String getOpenTag()
Specified by:
getOpenTag in class RuntimeLogic

processXML

public String processXML(String xml)
                  throws Exception
Specified by:
processXML in class RuntimeLogic
Throws:
Exception

Liferay 6.1.2-ce-ga3