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
public class ConfluenceSitemeshNoDecorator extends com.opensymphony.sitemesh.webapp.decorator.NoDecoratorThis 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 ConfluenceSitemeshNoDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrender(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)voidsetConfluenceDefaultCharsetSupplier(Supplier<Charset> confluenceDefaultCharsetSupplier)
-
-
-
Method Detail
-
setConfluenceDefaultCharsetSupplier
public void setConfluenceDefaultCharsetSupplier(Supplier<Charset> confluenceDefaultCharsetSupplier)
-
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- Overrides:
renderin classcom.opensymphony.sitemesh.webapp.decorator.NoDecorator- Throws:
IOExceptionjavax.servlet.ServletException
-
-