Class ConfluenceSitemeshDecorator
java.lang.Object
com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
com.atlassian.confluence.util.profiling.ConfluenceSitemeshDecorator
- All Implemented Interfaces:
 com.opensymphony.sitemesh.Decorator
- Direct Known Subclasses:
 ConfluenceSitemeshErrorDecorator
@Deprecated(forRemoval=true)
public class ConfluenceSitemeshDecorator
extends com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
Deprecated, for removal: This API element is subject to removal in a future version.
Renders Velocity decorators with a context map of objects provided by Confluence.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interfaceDeprecated, for removal: This API element is subject to removal in a future version. - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.protected static final ConfluenceSitemeshDecorator.ErrorHandlingStrategyDeprecated, for removal: This API element is subject to removal in a future version.protected static final ConfluenceSitemeshDecorator.ErrorHandlingStrategyDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Modifier and TypeMethodDescriptionvoidapplyDecorator(com.opensymphony.module.sitemesh.Page page, com.opensymphony.module.sitemesh.Decorator decorator, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.protected com.opensymphony.module.sitemesh.DecoratorDeprecated, for removal: This API element is subject to removal in a future version.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 siteMeshWebAppContext) Deprecated, for removal: This API element is subject to removal in a future version.protected voidrenderInternal(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.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
render 
- 
Field Details
- 
HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
 
 - 
BUFFER_RESPONSE
public static final boolean BUFFER_RESPONSEDeprecated, for removal: This API element is subject to removal in a future version. - 
ERROR_SENDING_STRATEGY
Deprecated, for removal: This API element is subject to removal in a future version. - 
ERROR_THROWING_STRATEGY
Deprecated, for removal: This API element is subject to removal in a future version. - 
CONFLUENCE_SITEMESH_DECORATOR_ATTRIBUTE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
 
 
 - 
 - 
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.- Specified by:
 renderin classcom.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator- Throws:
 IOExceptionjavax.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 Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
 IOExceptionjavax.servlet.ServletException
 - 
applyDecorator
public void applyDecorator(com.opensymphony.module.sitemesh.Page page, com.opensymphony.module.sitemesh.Decorator decorator, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
 javax.servlet.ServletExceptionIOException
 - 
getDecorator
protected com.opensymphony.module.sitemesh.Decorator getDecorator()Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
ConfluenceSitemeshDecorator