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

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
RenderURLLogic(javax.portlet.RenderResponse renderResponse)
           
 
Method Summary
 java.lang.String getClose1Tag()
           
 java.lang.String getLifecycle()
           
 java.lang.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 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

RenderURLLogic

public RenderURLLogic(javax.portlet.RenderResponse renderResponse)
Method Detail

getOpenTag

public java.lang.String getOpenTag()
Overrides:
getOpenTag in class ActionURLLogic

getClose1Tag

public java.lang.String getClose1Tag()
Overrides:
getClose1Tag in class ActionURLLogic

getLifecycle

public java.lang.String getLifecycle()
Overrides:
getLifecycle in class ActionURLLogic