Class ConfluenceSitemeshErrorDecorator
java.lang.Object
com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
com.atlassian.confluence.util.profiling.ConfluenceSitemeshErrorDecorator
- All Implemented Interfaces:
com.opensymphony.sitemesh.Decorator
@Deprecated(forRemoval=true)
public class ConfluenceSitemeshErrorDecorator
extends ConfluenceSitemeshDecorator
Deprecated, for removal: This API element is subject to removal in a future version.
Just like ConfluenceSitemeshDecorator, but specifically for rendering the decorator for errors.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
ConfluenceSitemeshDecorator.ErrorHandlingStrategy
-
Field Summary
Fields inherited from class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
BUFFER_RESPONSE, CONFLUENCE_SITEMESH_DECORATOR_ATTRIBUTE, ERROR_SENDING_STRATEGY, ERROR_THROWING_STRATEGY, HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT
-
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 siteMeshWebAppContext) Deprecated, for removal: This API element is subject to removal in a future version.protected void
renderInternal
(com.opensymphony.sitemesh.Content content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
applyDecorator, getDecorator
Methods inherited from class com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
render
-
Method Details
-
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 siteMeshWebAppContext) throws IOException, javax.servlet.ServletException Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
render
in classConfluenceSitemeshDecorator
- Throws:
IOException
javax.servlet.ServletException
-
renderInternal
protected void renderInternal(com.opensymphony.sitemesh.Content content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
renderInternal
in classConfluenceSitemeshDecorator
-
ConfluenceSitemeshErrorDecorator