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
Exception
void processCustomizationSettings(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, TemplateResource templateResource) throws Exception
Exception
void processTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String portletId, TemplateResource templateResource) throws Exception
Exception
void processTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, TemplateResource templateResource) throws Exception
Exception
String processXML(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String content) throws Exception
Exception
String processXML(javax.servlet.http.HttpServletRequest request, String content, RuntimeLogic runtimeLogic) throws Exception
Exception