Package com.opensymphony.module.sitemesh
Interface RequestConstants
- All Known Implementing Classes:
AbstractTag,ApplyDecoratorTag,BodyTag,HeadTag,InlineDecoratorMapper,PageFilter,PropertyTag,TitleTag,UsePageTag
public interface RequestConstants
A set of static constants of Strings to be used as ServletRequest attribute keys
to represent various objects passed between pages.
- Version:
- $Revision: 1.2 $
- Author:
- Joe Walnes
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name (String) of the Decorator to suggest using.static final StringMarker that stores a Boolean to state whether the decorator filter has been applied yet to this request.static final Stringstatic final StringMarker that stores a Boolean (under the session) to state whether the current session is the session of a web search engine spider.static final StringWhether the current request should use a binary stream (as opposed to writer).
-
Field Details
-
FILTER_APPLIED
Marker that stores a Boolean to state whether the decorator filter has been applied yet to this request.- See Also:
-
PAGE
- See Also:
-
DECORATOR
The name (String) of the Decorator to suggest using. This is set by theApplyDecoratorTagand used by the correspondingDecoratorMapper.- See Also:
-
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:
-
USING_STREAM
Whether the current request should use a binary stream (as opposed to writer). Used byPageFilter.- See Also:
-