Liferay 7.0-ga1 portal-impl

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

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

public class PortletLogic
extends com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogic


Field Summary
static String CLOSE_1_TAG
           
static String CLOSE_2_TAG
           
static String OPEN_TAG
           
 
Constructor Summary
PortletLogic(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 String getClose1Tag()
           
 String getOpenTag()
           
protected  com.liferay.portal.kernel.model.Portlet getPortlet(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, String portletId)
           
 String processXML(String xml)
           
 
Methods inherited from class com.liferay.portal.kernel.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

PortletLogic

public PortletLogic(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
Method Detail

getClose1Tag

public String getClose1Tag()
Specified by:
getClose1Tag in class com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogic

getOpenTag

public String getOpenTag()
Specified by:
getOpenTag in class com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogic

processXML

public String processXML(String xml)
                  throws Exception
Specified by:
processXML in class com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogic
Throws:
Exception

getPortlet

protected com.liferay.portal.kernel.model.Portlet getPortlet(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
                                                             String portletId)
                                                      throws Exception
Throws:
Exception
See Also:
LayoutTypePortletImpl.getStaticPortlets( String)

Liferay 7.0-ga1 portal-impl