API Overview API Index Package Overview Direct link to this page
Sitemesh 2.3
  com.opensymphony.sitemesh.compatability. OldDecorator2NewDecorator View Source
Author(s)
Joe Walnes
Since
SiteMesh 3
Version
Serial
Hierarchy
 Object
      BaseWebAppDecorator
          OldDecorator2NewDecorator
Implements
 RequestConstants
Subclasses
Description
public class OldDecorator2NewDecorator
  Adapts a SiteMesh 2 Decorator to a SiteMesh 3 Decorator.
See also:   
Constructors
public OldDecorator2NewDecorator (Decorator oldDecorator)
Methods
Hide/Show inherited methods
protected void render (Content content, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext, SiteMeshWebAppContext webAppContext) throws IOException .ServletException [Specified in BaseWebAppDecorator]
public void render (Content content, SiteMeshContext context) [Inherited From BaseWebAppDecorator]
Fields
Hide/Show inherited fields
publicfinalstatic String DECORATOR = "__sitemesh__decorator" [Inherited From RequestConstants]
  The name (String) of the Decorator to suggest using.
publicfinalstatic String FILTER_APPLIED = "__sitemesh__filterapplied" [Inherited From RequestConstants]
Marker that stores a Boolean to state whether the decorator filter has been applied yet to this request.
publicfinalstatic String PAGE = "__sitemesh__page" [Inherited From RequestConstants]
Stores Page instance for parsed page to be passed across to Decorator.
publicfinalstatic String ROBOT = "__sitemesh__robot" [Inherited From RequestConstants]
  Marker that stores a Boolean (under the session) to state whether the current session is the session of a web search engine spider.
publicfinalstatic String USING_STREAM = "__sitemesh__using_stream" [Inherited From RequestConstants]
  Whether the current request should use a binary stream (as opposed to writer).
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar