Class TaskProcessorNameTag

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

    public class TaskProcessorNameTag
    extends AbstractNoBodyTag
    This tag renders the name of the Task Processor Controller.
    This can be used to render links to Tasks.
    Since:
    MicroStrategy Web 8.1.1
    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 related with the tag.
      void setAttribute​(java.lang.String value)
      Indicates the HTML tag attribute to create and to which the task processor name will be assigned to.
      void setType​(java.lang.String type)
      Indicate the type of the task processor.
      • 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

      • TaskProcessorNameTag

        public TaskProcessorNameTag()
    • Method Detail

      • setAttribute

        public void setAttribute​(java.lang.String value)
        Indicates the HTML tag attribute to create and to which the task processor name will be assigned to.
        Usage:
        The tag is meant to be used inside another HTML tag. The HTML code generated by this custom tag will include defining an attribute and assigning to it the value retrieved as resource information.
        The following example shows how the src attribute is set on the script tag:
        Parameters:
        value - String with the name of the HTML tag attribute to create for the task processor name.
      • setType

        public void setType​(java.lang.String type)
        Indicate the type of the task processor. It is either "admin" or "user". The default value is "user".
        Parameters:
        type - It is either "admin" or "user". The default value is "user".