Class ConfluenceSitemeshDecorator

java.lang.Object
com.atlassian.confluence.impl.sitemesh.ConfluenceSitemeshDecorator
Direct Known Subclasses:
ConfluenceSitemeshErrorDecorator

public class ConfluenceSitemeshDecorator extends Object
Renders Velocity decorators with a context map of objects provided by Confluence.
  • Field Details

    • HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT

      public static final String HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT
      See Also:
    • BUFFER_RESPONSE

      public static final boolean BUFFER_RESPONSE
    • CONFLUENCE_SITEMESH_DECORATOR_ATTRIBUTE

      public static final String CONFLUENCE_SITEMESH_DECORATOR_ATTRIBUTE
      See Also:
  • Method Details

    • getName

      public String getName()
    • render

      public void render(DecoratablePage page, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • renderInternal

      protected void renderInternal(DecoratablePage page, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException