Class JSPRenderer
java.lang.Object
com.liferay.frontend.taglib.servlet.taglib.util.JSPRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.servlet.ServletContext
getServletContext
(javax.servlet.http.HttpServletRequest httpServletRequest) void
renderJSP
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path) void
renderJSP
(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path) void
setServletContext
(javax.servlet.ServletContext servletContext) Deprecated.As of Mueller (7.2.x), with no direct replacement
-
Constructor Details
-
JSPRenderer
public JSPRenderer()
-
-
Method Details
-
renderJSP
public void renderJSP(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path) throws IOException - Throws:
IOException
-
renderJSP
public void renderJSP(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path) throws IOException - Throws:
IOException
-
setServletContext
Deprecated.As of Mueller (7.2.x), with no direct replacement- Parameters:
servletContext
-
-
getServletContext
protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest)
-