Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » [javadoc | source]
com.opensymphony.module.sitemesh
public interface: RequestConstants [javadoc | source]

All Known Implementing Classes:
    ApplyDecoratorTag, InlineDecoratorMapper, UsePageTag, OldDecorator2NewDecorator, HeadTag, AbstractTag, TitleTag, PageFilter, PropertyTag, BodyTag, MultipassFilter, ExtractPropertyTag

A set of static constants of Strings to be used as ServletRequest attribute keys to represent various objects passed between pages.
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