Class JSPRenderer
java.lang.Object
com.liferay.frontend.taglib.servlet.taglib.util.JSPRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.servlet.ServletContextgetServletContext(jakarta.servlet.http.HttpServletRequest httpServletRequest) voidrenderJSP(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String path) voidrenderJSP(jakarta.servlet.ServletContext servletContext, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String path) voidsetServletContext(jakarta.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(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String path) throws IOException - Throws:
IOException
-
renderJSP
public void renderJSP(jakarta.servlet.ServletContext servletContext, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.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 jakarta.servlet.ServletContext getServletContext(jakarta.servlet.http.HttpServletRequest httpServletRequest)
-