public class RuntimePageImpl
extends java.lang.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,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType) |
protected com.liferay.petra.string.StringBundler |
doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType,
boolean restricted) |
com.liferay.portal.kernel.model.LayoutTemplate |
getLayoutTemplate(java.lang.String velocityTemplateId) |
com.liferay.petra.string.StringBundler |
getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content) |
void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content) |
void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType) |
public com.liferay.portal.kernel.model.LayoutTemplate getLayoutTemplate(java.lang.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,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content)
throws java.lang.Exception
getProcessedTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePagejava.lang.Exceptionpublic void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content)
throws java.lang.Exception
processTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePagejava.lang.Exceptionpublic void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType)
throws java.lang.Exception
processTemplate in interface com.liferay.portal.kernel.layoutconfiguration.util.RuntimePagejava.lang.Exceptionprotected com.liferay.petra.string.StringBundler doDispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType)
throws java.lang.Exception
java.lang.Exceptionprotected com.liferay.petra.string.StringBundler doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String portletId,
java.lang.String templateId,
java.lang.String content,
java.lang.String langType,
boolean restricted)
throws java.lang.Exception
java.lang.Exception