|
|||||||||
| Home >> All >> com >> [ sitemesh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sitemesh
Interface RequestConstants

- 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 $
| 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 . |
| Field Detail |
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.
- See Also:
- Constant Field Values
PAGE
public static final java.lang.String PAGE
- Stores Page instance for parsed page to be
passed across to Decorator .
- See Also:
- Constant Field Values
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.PanelTagand is then used by the corresponding DecoratorMapper .- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> [ sitemesh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC