Interface RequestConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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 to this request.
      static java.lang.String PAGE
      Stores Page instance for parsed page to be passed across to Decorator.
      static java.lang.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.
      static java.lang.String USING_STREAM
      Whether the current request should use a binary stream (as opposed to writer).
    • Field Detail

      • FILTER_APPLIED

        static final java.lang.String FILTER_APPLIED
        Marker that stores a Boolean to state whether the decorator filter has been applied yet to this request.
        See Also:
        Constant Field Values
      • ROBOT

        static final java.lang.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 RobotDecoratorMapper.
        See Also:
        Constant Field Values
      • USING_STREAM

        static final java.lang.String USING_STREAM
        Whether the current request should use a binary stream (as opposed to writer). Used by PageFilter.
        See Also:
        Constant Field Values