public class ConfluenceSitemeshDecorator
extends com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
Modifier and Type | Class and Description |
---|---|
protected static interface |
ConfluenceSitemeshDecorator.ErrorHandlingStrategy |
Modifier and Type | Field and Description |
---|---|
static boolean |
BUFFER_RESPONSE |
static String |
CONFLUENCE_SITEMESH_DECORATOR_ATTRIBUTE |
protected static ConfluenceSitemeshDecorator.ErrorHandlingStrategy |
ERROR_SENDING_STRATEGY |
protected static ConfluenceSitemeshDecorator.ErrorHandlingStrategy |
ERROR_THROWING_STRATEGY |
Modifier and Type | Method and Description |
---|---|
void |
applyDecorator(com.opensymphony.module.sitemesh.Page page,
com.opensymphony.module.sitemesh.Decorator decorator,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected com.opensymphony.module.sitemesh.Decorator |
getDecorator() |
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) |
public static final boolean BUFFER_RESPONSE
protected static final ConfluenceSitemeshDecorator.ErrorHandlingStrategy ERROR_SENDING_STRATEGY
protected static final ConfluenceSitemeshDecorator.ErrorHandlingStrategy ERROR_THROWING_STRATEGY
public static final String CONFLUENCE_SITEMESH_DECORATOR_ATTRIBUTE
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
render
in class com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
IOException
javax.servlet.ServletException
protected void renderInternal(com.opensymphony.sitemesh.Content content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
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
javax.servlet.ServletException
IOException
protected com.opensymphony.module.sitemesh.Decorator getDecorator()
Copyright © 2003–2019 Atlassian. All rights reserved.