public interface RuntimePage
| Modifier and Type | Method and Description |
|---|---|
StringBundler |
getProcessedTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String portletId,
TemplateResource templateResource) |
void |
processCustomizationSettings(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TemplateResource templateResource) |
void |
processTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String portletId,
TemplateResource templateResource) |
void |
processTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TemplateResource templateResource) |
String |
processXML(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String content) |
String |
processXML(javax.servlet.http.HttpServletRequest request,
String content,
RuntimeLogic runtimeLogic) |
StringBundler getProcessedTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String portletId, TemplateResource templateResource) throws Exception
Exceptionvoid processCustomizationSettings(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TemplateResource templateResource)
throws Exception
Exceptionvoid processTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String portletId,
TemplateResource templateResource)
throws Exception
Exceptionvoid processTemplate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
TemplateResource templateResource)
throws Exception
ExceptionString processXML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String content) throws Exception
ExceptionString processXML(javax.servlet.http.HttpServletRequest request, String content, RuntimeLogic runtimeLogic) throws Exception
Exception