com.sitemesh
Interface RequestConstants
- All Known Implementing Classes:
- PageFilter, DefaultDecoratorMapper, AbstractTag
- public interface RequestConstants
This is a set of static constants of Strings to be used
as ServletRequest attribute keys to represent various
objects passed between pages.
- Version:
- $Revision: 1.4 $
- Author:
- Joe Walnes
Field Summary |
static java.lang.String |
DECORATOR
The name (String) of the Decorator to suggest using. |
static java.lang.String |
FILTER_APPLIED
Marker that stores a Boolean to state whether the decorator filter
has been applied yet in this request. |
static java.lang.String |
PAGE
Stores Page instance for parsed page to be
passed across to Decorator . |
FILTER_APPLIED
public static final java.lang.String FILTER_APPLIED
- Marker that stores a Boolean to state whether the decorator filter
has been applied yet in this request.
PAGE
public static final java.lang.String PAGE
- Stores
Page
instance for parsed page to be
passed across to Decorator
.
DECORATOR
public static final java.lang.String DECORATOR
- The name (String) of the Decorator to suggest using. This is set by
the
com.sitemesh.taglib.PanelTag
and is then used by
the corresponding DecoratorMapper
.