public interface

SitemeshDecorator

com.atlassian.confluence.util.profiling.SitemeshDecorator

Class Overview

Decorates a Sitemesh Page with a Decorator. This interface is based on com.opensymphony.module.sitemesh.filter.PageFilter.

Summary

Public Methods
abstract void applyDecorator(Page page, Decorator decorator, HttpServletRequest request, HttpServletResponse response)
Applies the decorator to the page, writing the result to the response output stream.

Public Methods

public abstract void applyDecorator (Page page, Decorator decorator, HttpServletRequest request, HttpServletResponse response)

Applies the decorator to the page, writing the result to the response output stream.

Parameters
page the page to decorate
decorator the decorator to apply
request the original request
response the response where the output should be appended
Throws
IOException
ServletException