Class ConfluenceSitemeshNoDecorator

java.lang.Object
com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
com.opensymphony.sitemesh.webapp.decorator.NoDecorator
com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshNoDecorator
All Implemented Interfaces:
com.opensymphony.sitemesh.Decorator

public final class ConfluenceSitemeshNoDecorator extends com.opensymphony.sitemesh.webapp.decorator.NoDecorator
This class will use Confluence default charset for PrintWriter. That will prevent data to be converted to System default charset.
Since:
8.0.4
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    render(com.opensymphony.sitemesh.Content content, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext, com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext webAppContext)
     

    Methods inherited from class com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator

    render

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfluenceSitemeshNoDecorator

      public ConfluenceSitemeshNoDecorator(Charset charset)
  • Method Details

    • render

      protected void render(com.opensymphony.sitemesh.Content content, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext, com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext webAppContext) throws IOException, jakarta.servlet.ServletException
      Overrides:
      render in class com.opensymphony.sitemesh.webapp.decorator.NoDecorator
      Throws:
      IOException
      jakarta.servlet.ServletException