Class ConfluenceSitemeshNoDecorator

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

@Deprecated(forRemoval=true) public class ConfluenceSitemeshNoDecorator extends com.opensymphony.sitemesh.webapp.decorator.NoDecorator
Deprecated, for removal: This API element is subject to removal in a future version.
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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    render(com.opensymphony.sitemesh.Content content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext webAppContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setConfluenceDefaultCharsetSupplier(Supplier<Charset> confluenceDefaultCharsetSupplier)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    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()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setConfluenceDefaultCharsetSupplier

      public void setConfluenceDefaultCharsetSupplier(Supplier<Charset> confluenceDefaultCharsetSupplier)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • render

      protected void render(com.opensymphony.sitemesh.Content content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext webAppContext) throws IOException, javax.servlet.ServletException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      render in class com.opensymphony.sitemesh.webapp.decorator.NoDecorator
      Throws:
      IOException
      javax.servlet.ServletException