com.liferay.portlet.layoutconfiguration.util.xml
Class PortletLogic
java.lang.Object
com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic
com.liferay.portlet.layoutconfiguration.util.xml.PortletLogic
public class PortletLogic
- extends RuntimeLogic
View Source
- Author:
- Brian Wing Shun Chan
Constructor Summary |
PortletLogic(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
|
Method Summary |
java.lang.String |
getClose1Tag()
|
java.lang.String |
getOpenTag()
|
void |
processXML(com.liferay.portal.kernel.util.StringMaker sm,
java.lang.String xml)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PortletLogic
public PortletLogic(javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
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(com.liferay.portal.kernel.util.StringMaker sm,
java.lang.String xml)
throws java.lang.Exception
- Specified by:
processXML
in class RuntimeLogic
- Throws:
java.lang.Exception