Package com.opensymphony.module.sitemesh
Interface RequestConstants
-
- All Known Implementing Classes:
AbstractTag,ApplyDecoratorTag,BodyTag,ExtractPropertyTag,HeadTag,InlineDecoratorMapper,OldDecorator2NewDecorator,PropertyTag,TitleTag,UsePageTag
public interface RequestConstantsA set of static constants of Strings to be used as ServletRequest attribute keys to represent various objects passed between pages.- Version:
- $Revision: 1.3 $
- Author:
- Joe Walnes
- See Also:
SiteMeshFilter,ApplyDecoratorTag,InlineDecoratorMapper,RobotDecoratorMapper
-
-
Field Summary
Fields Modifier and Type Field Description static StringDECORATORThe name (String) of the Decorator to suggest using.static StringPAGEstatic StringROBOTMarker that stores a Boolean (under the session) to state whether the current session is the session of a web search engine spider.
-
-
-
Field Detail
-
PAGE
static final String PAGE
- See Also:
- Constant Field Values
-
DECORATOR
static final String DECORATOR
The name (String) of the Decorator to suggest using. This is set by theApplyDecoratorTagand used by the correspondingDecoratorMapper.- See Also:
- Constant Field Values
-
ROBOT
static final String ROBOT
Marker that stores a Boolean (under the session) to state whether the current session is the session of a web search engine spider. This is set and used by theRobotDecoratorMapper.- See Also:
- Constant Field Values
-
-