Interface StyleRequestContext

  • All Known Implementing Classes:
    DefaultStyleRequestContext

    public interface StyleRequestContext
    The StyleRequestContext provides the context information for resolving the more dynamic nature of the Style Catalog. This includes the ability for ActualParameter nodes to have dynamic values as well as enable mapping style names based on dynamic conditions.
    Since:
    MicroStrategy Web 8.0.0
    • Method Detail

      • getWebIServerSession

        WebIServerSession getWebIServerSession()
        Returns the WebIServerSession object.
        Returns:
        the WebIServerSession object.
      • setWebIServerSession

        void setWebIServerSession​(WebIServerSession session)
        Sets a WebIServerSession object.
        Parameters:
        session - A WebIServerSession object.
      • getWebComponent

        WebComponent getWebComponent()
        Returns the WebComponent which is associated with this request.
        Returns:
        The WebComponent associated with this request.
        Since:
        MicroStrategy Web 9.0.0
      • setWebComponent

        void setWebComponent​(WebComponent webComponent)
        Sets the WebComponent which is associated with this request.
        Parameters:
        webComponent - The WebComponent associated with this request.
        Since:
        MicroStrategy Web 9.0.0