Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic
      extended by com.liferay.portlet.layoutconfiguration.util.xml.ActionURLLogic
          extended by com.liferay.portlet.layoutconfiguration.util.xml.RenderURLLogic

public class RenderURLLogic
extends ActionURLLogic


Field Summary
static String CLOSE_1_TAG
           
static String CLOSE_2_TAG
           
static String OPEN_TAG
           
 
Constructor Summary
RenderURLLogic(RenderResponse renderResponse)
           
 
Method Summary
 String getClose1Tag()
           
 String getLifecycle()
           
 String getOpenTag()
           
 
Methods inherited from class com.liferay.portlet.layoutconfiguration.util.xml.ActionURLLogic
processXML
 
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 String OPEN_TAG
See Also:
Constant Field Values

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
Constructor Detail

RenderURLLogic

public RenderURLLogic(RenderResponse renderResponse)
Method Detail

getOpenTag

public String getOpenTag()
Overrides:
getOpenTag in class ActionURLLogic

getClose1Tag

public String getClose1Tag()
Overrides:
getClose1Tag in class ActionURLLogic

getLifecycle

public String getLifecycle()
Overrides:
getLifecycle in class ActionURLLogic

Liferay 6.0.5