Class BeanTaskRequestContext

    • Constructor Detail

      • BeanTaskRequestContext

        public BeanTaskRequestContext()
    • Method Detail

      • getWebBean

        public WebBean getWebBean()
        Returns the WebBean associated with this request.
        Returns:
        The WebBean associated with this request.
      • setWebBean

        public void setWebBean​(WebBean webBean)
        Sets the WebBean associated with this request.
        Parameters:
        webBean - The WebBean to associate with this request.
      • getWebComponent

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

        public void setWebComponent​(WebComponent webComponent)
        Sets the WebComponent to be associated with this request.
        Parameters:
        webComponent - The WebComponent to associate with this request.
        Since:
        MicroStrategy Web 9.0.0
      • isRequestPersistable

        public boolean isRequestPersistable()
        Whether the WebComponent supports saving, restoring its state to/from the request.
        Returns:
        Whether the WebComponent supports saving, restoring.
        Since:
        MicroStrategy Web 9.0.0
      • isTransformable

        public boolean isTransformable()
        Whether the WebComponent can be transformed.
        Returns:
        Whether the WebComponent can be transformed.
        Since:
        MicroStrategy Web 9.0.0
      • isWebBean

        public boolean isWebBean()
        Whether the WebComponent is a WebBean.
        Returns:
        Whether the WebComponent is a WebBean.
        Since:
        MicroStrategy Web 9.0.0