Class WaitTag

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

    public class WaitTag
    extends AbstractNoBodyTag
    WaitTag.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    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
    • Constructor Summary

      Constructors 
      Constructor Description
      WaitTag()  
    • 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 setDisplayMode​(java.lang.String value)
      set the display mode used as the DisplayGuiComponent renders
      void setFlags​(int value)
      Indicates which buttons to include on the wait page.
      void setType​(java.lang.String value)
      Indicates the type of display to show to the user of the wait content.
      • 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

      • WaitTag

        public WaitTag()
    • Method Detail

      • setType

        public void setType​(java.lang.String value)
        Indicates the type of display to show to the user of the wait content.
        Usage:
        Possible values for this attribute include:
      • buttons - indicating the interface to show to the user. It will have buttons for requesting to Check for the Status Again, add to History List, go to History List or Cancel the Request.
        If this attribute is not specified, then the content to be rendered by this tag will be the one required for the page to call again the original page requested by the user to see if it's ready (wait time by default is assigned to be 3 seconds, or as specified on Preferences).
Parameters:
value - String with the type of wait content to show to the user.