| java.lang.Object org.ofbiz.content.webapp.view.JPublishWrapper
JPublishWrapper | public class JPublishWrapper (Code) | | JPublishWrapper - Used for calling pages through JPublish
author: Andy Zeneski version: $Revision: 1.1 $ since: 2.2 |
Method Summary | |
protected void | configureClasspath(File webInfPath) | protected boolean | executeGlobalActions(HttpServletRequest request, HttpServletResponse response, JPublishContext context, String path, boolean allowRedirect) | protected boolean | executeParameterActions(HttpServletRequest request, HttpServletResponse response, JPublishContext context, String path, boolean allowRedirect) | protected boolean | executePathActions(HttpServletRequest request, HttpServletResponse response, JPublishContext context, String path, boolean allowRedirect) | protected boolean | executePostEvaluationActions(HttpServletRequest request, HttpServletResponse response, JPublishContext context, String path) | protected boolean | executePreEvaluationActions(HttpServletRequest request, HttpServletResponse response, JPublishContext context, String path) | public String | render(String path, HttpServletRequest request, HttpServletResponse response) Renders a page and returns the string containing the content of the rendered page
Parameters: path - Path to the page Parameters: request - HttpServletRequest object for page prep Parameters: response - HttpServletResponse object (not used for writing). | public void | render(String path, HttpServletRequest request, HttpServletResponse response, Writer writer) | public void | render(String path, HttpServletRequest request, HttpServletResponse response, Writer writer, OutputStream outputStream) | public void | render(String path, HttpServletRequest request, HttpServletResponse response, Writer writer, OutputStream outputStream, boolean allowRedirect) |
siteContext | protected SiteContext siteContext(Code) | | |
configureClasspath | protected void configureClasspath(File webInfPath)(Code) | | |
render | public String render(String path, HttpServletRequest request, HttpServletResponse response) throws GeneralException(Code) | | Renders a page and returns the string containing the content of the rendered page
Parameters: path - Path to the page Parameters: request - HttpServletRequest object for page prep Parameters: response - HttpServletResponse object (not used for writing). a String containing the rendered page throws: GeneralException - |
|
|