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
public class ConfluenceSitemeshErrorDecorator extends ConfluenceSitemeshDecorator
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
All Methods Instance Methods Concrete Methods 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 siteMeshWebAppContext)
protected void
renderInternal(com.opensymphony.sitemesh.Content content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Methods inherited from class com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
applyDecorator, getDecorator
-
-
-
-
Method Detail
-
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
- 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) throws IOException, javax.servlet.ServletException
- Overrides:
renderInternal
in classConfluenceSitemeshDecorator
- Throws:
IOException
javax.servlet.ServletException
-
-