Class TaskProcessorNameTagHelper

    • Constructor Detail

      • TaskProcessorNameTagHelper

        public TaskProcessorNameTagHelper()
    • Method Detail

      • getContent

        public MarkupOutput getContent()
                                throws java.io.IOException
        Renders the name of the Task Processor Controller.
        Specified by:
        getContent in class AbstractNoBodyTagHelper
        Returns:
        a MarkupOutput instance initialized with the contents to be displayed
        Throws:
        java.io.IOException - if an error happens while getting the contents to render.
      • setAttribute

        public void setAttribute​(java.lang.String value)
        Sets the value assigned to the attribute attribute of the custom tag instance that uses this helper
        Parameters:
        value - String that indicates the HTML tag attribute to create with the resource information as value
      • setType

        public void setType​(java.lang.String value)
      • cleanState

        public void cleanState()
        Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
        Overrides:
        cleanState in class MstrPageTagHelper