@ProviderType
public interface RuntimePage
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplate |
getLayoutTemplate(String velocityTemplateId) |
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) |
LayoutTemplate getLayoutTemplate(String velocityTemplateId)
com.liferay.petra.string.StringBundler getProcessedTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content)
throws Exception
Exceptionvoid processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content)
throws Exception
Exceptionvoid processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String portletId,
String templateId,
String content,
String langType)
throws Exception
Exception