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,
String templateId,
String content,
String langType) |
protected com.liferay.petra.string.StringBundler |
doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content,
String langType,
boolean restricted) |
com.liferay.portal.kernel.model.LayoutTemplate |
getLayoutTemplate(String templateId) |
com.liferay.petra.string.StringBundler |
getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content) |
void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content) |
void |
processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content,
String langType) |
public com.liferay.portal.kernel.model.LayoutTemplate getLayoutTemplate(String templateId)
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,
String templateId,
String content)
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,
String templateId,
String content)
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,
String templateId,
String content,
String langType)
throws Exception
processTemplate 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,
String templateId,
String content,
String langType)
throws Exception
Exceptionprotected com.liferay.petra.string.StringBundler doProcessTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content,
String langType,
boolean restricted)
throws Exception
Exception