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