Known Direct Subclasses
|
Class Overview
Abstract superclass for decorators rendered by JSPs. These decorators require 4 JSPs:
- One rendered before the decorated page's head
- One rendered after the decorated page's head
- One rendered before the decorated page's body
- One rendered after the decorated page's body
Fields
protected
final
String
bodyPostPath
protected
final
String
bodyPrePath
protected
final
String
headPostPath
protected
final
String
headPrePath
protected
final
WebResourceAssembler
webResourceAssembler
Protected Constructors
protected
AbstractJspDecorator
(WebResourceAssembler webResourceAssembler, String headPrePath, String headPostPath, String bodyPrePath, String bodyPostPath)
Public Methods
public
void
setContext
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response)
Sets this decorator's context
Parameters
servletContext
| servlet context |
request
| request |
response
| response
|
public
void
writeOnFlush
(Writer writer)
public
void
writePreHead
(Writer writer)