All Known Implementing Classes:
ApplyDecoratorTag, InlineDecoratorMapper, UsePageTag, OldDecorator2NewDecorator, HeadTag, AbstractTag, TitleTag, PageFilter, PropertyTag, BodyTag, MultipassFilter, ExtractPropertyTag
< - a href="joe@truemesh.com">Joe Walnes$ - Revision: 1.2 $| Field Summary | ||
|---|---|---|
| String | FILTER_APPLIED | Marker that stores a Boolean to state whether the decorator filter has been applied yet to this request. |
| String | PAGE | Stores com.opensymphony.module.sitemesh.Page instance for parsed page to be passed across to com.opensymphony.module.sitemesh.Decorator . |
| String | DECORATOR | The name (String) of the Decorator to suggest using. This is set by the com.opensymphony.module.sitemesh.taglib.page.ApplyDecoratorTag and used by the corresponding com.opensymphony.module.sitemesh.DecoratorMapper . |
| 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 the com.opensymphony.module.sitemesh.mapper.RobotDecoratorMapper . |
| String | USING_STREAM | Whether the current request should use a binary stream (as opposed to writer). Used by com.opensymphony.module.sitemesh.filter.PageFilter . |