java.lang.Object
com.liferay.frontend.taglib.servlet.taglib.util.JSPRenderer

public class JSPRenderer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 public void setServletContext(javax.servlet.ServletContext servletContext)
      Deprecated.
      As of Mueller (7.2.x), with no direct replacement
      Parameters:
      servletContext -
    • getServletContext

      protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest)