public class RuntimePageImpl
extends Object
implements com.liferay.portal.kernel.layoutconfiguration.util.RuntimePage
| Constructor and Description |
|---|
RuntimePageImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected com.liferay.petra.string.StringBundler |
doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource,
String langType) |
protected com.liferay.petra.string.StringBundler |
doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource,
String langType,
boolean restricted) |
com.liferay.portal.kernel.model.LayoutTemplate |
getLayoutTemplate(String velocityTemplateId) |
com.liferay.petra.string.StringBundler |
getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource) |
void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource) |
void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource,
String langType) |
void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.template.TemplateResource templateResource) |
void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.template.TemplateResource templateResource,
String langType) |
String |
processXML(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String content) |
String |
processXML(javax.servlet.http.HttpServletRequest httpServletRequest,
String content,
com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogic runtimeLogic) |
public com.liferay.portal.kernel.model.LayoutTemplate getLayoutTemplate(String velocityTemplateId)
getLayoutTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePagepublic com.liferay.petra.string.StringBundler getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource)
throws Exception
getProcessedTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePageExceptionpublic void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource)
throws Exception
processTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePageExceptionpublic void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource,
String langType)
throws Exception
processTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePageExceptionpublic void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.template.TemplateResource templateResource)
throws Exception
processTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePageExceptionpublic void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.portal.kernel.template.TemplateResource templateResource,
String langType)
throws Exception
processTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePageExceptionpublic String processXML(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String content)
throws Exception
processXML in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePageExceptionpublic String processXML(javax.servlet.http.HttpServletRequest httpServletRequest,
String content,
com.liferay.portal.kernel.layoutconfiguration.util.xml.RuntimeLogic runtimeLogic)
throws Exception
processXML in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePageExceptionprotected com.liferay.petra.string.StringBundler doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource,
String langType)
throws Exception
Exceptionprotected com.liferay.petra.string.StringBundler doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
com.liferay.portal.kernel.template.TemplateResource templateResource,
String langType,
boolean restricted)
throws Exception
Exception