Class SiteMeshWebAppContext

java.lang.Object
com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext
All Implemented Interfaces:
SiteMeshContext

public class SiteMeshWebAppContext extends Object implements SiteMeshContext
Since:
SiteMesh 3
  • Constructor Details

    • SiteMeshWebAppContext

      public SiteMeshWebAppContext(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext)
  • Method Details

    • getRequest

      public jakarta.servlet.http.HttpServletRequest getRequest()
    • getResponse

      public jakarta.servlet.http.HttpServletResponse getResponse()
    • getServletContext

      public jakarta.servlet.ServletContext getServletContext()
    • isUsingStream

      public boolean isUsingStream()
    • setUsingStream

      public void setUsingStream(boolean isUsingStream)
    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface SiteMeshContext
    • setContentType

      public void setContentType(String contentType)
      Specified by:
      setContentType in interface SiteMeshContext