com.liferay.portal.layoutconfiguration.util.xml
Class PortletLogic
java.lang.Object
com.liferay.portal.layoutconfiguration.util.xml.RuntimeLogic
com.liferay.portal.layoutconfiguration.util.xml.PortletLogic
public class PortletLogic
- extends RuntimeLogic
Constructor Summary |
PortletLogic(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PortletLogic
public PortletLogic(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
getClose1Tag
public String getClose1Tag()
- Specified by:
getClose1Tag
in class RuntimeLogic
getOpenTag
public String getOpenTag()
- Specified by:
getOpenTag
in class RuntimeLogic
processXML
public String processXML(String xml)
throws Exception
- Specified by:
processXML
in class RuntimeLogic
- Throws:
Exception
getPortlet
protected Portlet getPortlet(ThemeDisplay themeDisplay,
String portletId)
throws Exception
- Throws:
Exception
- See Also:
LayoutTypePortletImpl.getStaticPortlets(
String)