Class ValueTag

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

    public class ValueTag
    extends AbstractNoBodyTag
    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
      ValueTag()  
    • 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 setAttribute​(java.lang.String value)
      Sets the value assigned to the attribute attribute of the custom tag instance that uses this helper
      void setName​(java.lang.String value)
      Indicates the name of the variable whose value we are supposed to render.
      void setPostContent​(java.lang.String value)
      Sets the value assigned to appear after the value of this tag
      void setPreContent​(java.lang.String value)
      Sets the value assigned to appear before the value of this tag
      void setPropsetName​(java.lang.String value)
      Sets the value assigned to the propsetName attribute of the custom tag instance that uses this helper
      void setType​(java.lang.String value)
      Indicates the type of the variable whose value we are supposed to render.
      • 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

      • ValueTag

        public ValueTag()
    • Method Detail

      • setName

        public void setName​(java.lang.String value)
        Indicates the name of the variable whose value we are supposed to render.
        If the type attribute is set to 'misc', the valid values for this attribute include:
      • unitsLabel returns the label (cm, inches, pixels, etc) from the user preferences
      • units returns the corresponding unit id for the length units (cm, inches, pixels, etc)
      • browserSpecificCSS returns the name of the css file used exclusively by the current browser
      • officeSetup returns the link to the mstr office configuration page
Parameters:
value - The name of the variable whose value we are supposed to render.
Parameters:
value - The type of the variable whose value we are supposed to render.