Class SchedulerTag

  • All Implemented Interfaces:
    javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

    public class SchedulerTag
    extends javax.servlet.jsp.tagext.SimpleTagSupport
    • Constructor Summary

      Constructors 
      Constructor Description
      SchedulerTag()  
    • Method Summary

      Modifier and Type Method Description
      void doTag()  
      java.lang.String getBackend()  
      java.lang.String getId()  
      void setBackend​(java.lang.String backend)  
      void setId​(java.lang.String id)  
      • Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport

        findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
      • Methods inherited from class java.lang.Object

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

      • SchedulerTag

        public SchedulerTag()
    • Method Detail

      • doTag

        public void doTag()
                   throws javax.servlet.jsp.JspException,
                          java.io.IOException
        Specified by:
        doTag in interface javax.servlet.jsp.tagext.SimpleTag
        Overrides:
        doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
        Throws:
        javax.servlet.jsp.JspException
        java.io.IOException
      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getBackend

        public java.lang.String getBackend()
      • setBackend

        public void setBackend​(java.lang.String backend)