@ProviderType
public interface RuntimePage
Modifier and Type | Method and Description |
---|---|
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) |
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) throws Exception
Exception
void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content) throws Exception
Exception
void processTemplate(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String portletId, String templateId, String content, String langType) throws Exception
Exception