Class UpdateManagerTag

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class UpdateManagerTag
    extends AbstractNoBodyTag

    Title: UpdateManagerTag.

    Description: This tag will generate all dynamic information needed by the updateManager bone, including delimiters, bean paths, events, event parameters and client-side event constants.

    Copyright: Copyright (c) 2004

    Company: Microstrategy, Inc.

    Since:
    MicroStrategy Web 8.0.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AbstractNoBodyTagHelper getHelper()
      Method for retrieving the helper associated with the tag.
      void setBean​(java.lang.String bean)
      Method for settting the bean to be used by the Update Manager
      void setScope​(java.lang.String scope)
      Method for settting the Scope of the Update Manager so the correct JavaScript code gets rendered.
      • Methods inherited from class javax.servlet.jsp.tagext.TagSupport

        doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpdateManagerTag

        public UpdateManagerTag()
    • Method Detail

      • setScope

        public void setScope​(java.lang.String scope)
        Method for settting the Scope of the Update Manager so the correct JavaScript code gets rendered.
        Parameters:
        scope - a String indicating the scope for the Update Manager (report, document or, report writer document)
      • setBean

        public void setBean​(java.lang.String bean)
        Method for settting the bean to be used by the Update Manager
        Parameters:
        bean - a String specifyint the name of the bean to be used