Class IssacWebServerTag

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

    public class IssacWebServerTag
    extends javax.servlet.jsp.tagext.BodyTagSupport
    TODO(jyha) : not documented yet
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface javax.servlet.jsp.tagext.BodyTag

        EVAL_BODY_BUFFERED, EVAL_BODY_TAG
      • 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
      int doAfterBody()
      TODO(jyha) : not documented yet
      int doEndTag()
      TODO(jyha) : not documented yet
      int doStartTag()
      TODO(jyha) : not documented yet
      java.lang.String getSessionKey()
      TODO(jyha) : not documented yet
      void release()
      TODO(jyha) : not documented yet
      void setSessionKey​(java.lang.String sessionKey)
      TODO(jyha) : not documented yet
      • Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport

        doInitBody, getBodyContent, getPreviousOut, setBodyContent
      • Methods inherited from class javax.servlet.jsp.tagext.TagSupport

        findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.servlet.jsp.tagext.Tag

        getParent, setPageContext, setParent
    • Constructor Detail

      • IssacWebServerTag

        public IssacWebServerTag()
    • Method Detail

      • setSessionKey

        public void setSessionKey​(java.lang.String sessionKey)
        TODO(jyha) : not documented yet
        Parameters:
        sessionKey - [IN] TODO(jyha) : not documented yet
      • getSessionKey

        public java.lang.String getSessionKey()
        TODO(jyha) : not documented yet
        Returns:
        TODO(jyha) : not documented yet
      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        TODO(jyha) : not documented yet
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport
        Returns:
        TODO(jyha) : not documented yet
        Throws:
        javax.servlet.jsp.JspException - TODO(jyha) : not documented yet
      • doEndTag

        public int doEndTag()
                     throws javax.servlet.jsp.JspException
        TODO(jyha) : not documented yet
        Specified by:
        doEndTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
        Returns:
        TODO(jyha) : not documented yet
        Throws:
        javax.servlet.jsp.JspException - TODO(jyha) : not documented yet
      • release

        public void release()
        TODO(jyha) : not documented yet
        Specified by:
        release in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        release in class javax.servlet.jsp.tagext.BodyTagSupport
      • doAfterBody

        public int doAfterBody()
                        throws javax.servlet.jsp.JspException
        TODO(jyha) : not documented yet
        Specified by:
        doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
        Overrides:
        doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport
        Returns:
        TODO(jyha) : not documented yet
        Throws:
        javax.servlet.jsp.JspException - TODO(jyha) : not documented yet