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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
ConfluenceSitemeshNoDecorator
public ConfluenceSitemeshNoDecorator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setConfluenceDefaultCharsetSupplier
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 classcom.opensymphony.sitemesh.webapp.decorator.NoDecorator
- Throws:
IOException
javax.servlet.ServletException
-
ConfluenceSitemeshNoDecorator