public class PortletLogic
extends com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogic
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOSE_1_TAG |
static String |
CLOSE_2_TAG |
static String |
OPEN_TAG |
| Constructor and Description |
|---|
PortletLogic(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String CLOSE_1_TAG
public static final String CLOSE_2_TAG
public static final String OPEN_TAG
public PortletLogic(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
public String getClose1Tag()
getClose1Tag in class com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogicpublic String getOpenTag()
getOpenTag in class com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogicpublic String processXML(String xml)
throws Exception
processXML in class com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogicExceptionprotected com.liferay.portal.kernel.model.Portlet getPortlet(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
String portletId)
throws Exception
ExceptionLayoutTypePortletImpl.getStaticPortlets(
String)