API Overview API Index Package Overview Direct link to this page
Sitemesh 2.3
  com.opensymphony.module.sitemesh. RequestConstants View Source
Author(s)
Joe Walnes
Since
Version
$Revision: 1.2 $
Serial
Hierarchy
 RequestConstants
Subinterfaces
Description
public interface RequestConstants
  A set of static constants of Strings to be used as ServletRequest attribute keys to represent various objects passed between pages.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic String DECORATOR = "__sitemesh__decorator"
  The name (String) of the Decorator to suggest using.
publicfinalstatic String FILTER_APPLIED = "__sitemesh__filterapplied"
Marker that stores a Boolean to state whether the decorator filter has been applied yet to this request.
publicfinalstatic String PAGE = "__sitemesh__page"
Stores Page instance for parsed page to be passed across to Decorator.
publicfinalstatic String ROBOT = "__sitemesh__robot"
  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"
  Whether the current request should use a binary stream (as opposed to writer).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar