Class OldDecorator2NewDecorator
java.lang.Object
com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
com.opensymphony.sitemesh.compatability.OldDecorator2NewDecorator
- All Implemented Interfaces:
RequestConstants,Decorator
- Since:
- SiteMesh 3
-
Field Summary
Fields inherited from interface com.opensymphony.module.sitemesh.RequestConstants
DECORATOR, PAGE, ROBOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrender(Content content, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext, SiteMeshWebAppContext webAppContext) More convenient version ofBaseWebAppDecorator.render(com.opensymphony.sitemesh.Content, com.opensymphony.sitemesh.SiteMeshContext)suited for Servlet API calls.Methods inherited from class com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
render
-
Constructor Details
-
OldDecorator2NewDecorator
-
-
Method Details
-
render
protected void render(Content content, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext, SiteMeshWebAppContext webAppContext) throws IOException, jakarta.servlet.ServletException Description copied from class:BaseWebAppDecoratorMore convenient version ofBaseWebAppDecorator.render(com.opensymphony.sitemesh.Content, com.opensymphony.sitemesh.SiteMeshContext)suited for Servlet API calls.- Specified by:
renderin classBaseWebAppDecorator- Throws:
IOExceptionjakarta.servlet.ServletException
-