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

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

public class PortletLogic
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
PortletLogic(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 
Method Summary
 java.lang.String getClose1Tag()
           
 java.lang.String getOpenTag()
           
 void processXML(java.lang.StringBuilder sb, 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

PortletLogic

public PortletLogic(javax.servlet.ServletContext servletContext,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    javax.portlet.RenderRequest renderRequest,
                    javax.portlet.RenderResponse renderResponse)
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(java.lang.StringBuilder sb,
                       java.lang.String xml)
                throws java.lang.Exception
Specified by:
processXML in class RuntimeLogic
Throws:
java.lang.Exception