Class HeadLayoutPartTag

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

    public class HeadLayoutPartTag
    extends javax.servlet.jsp.tagext.BodyTagSupport
    This tag MUST be the first included into a HtmlLayoutTag.

    By default, the look and feel stuffs are automatically included into the HEAD part.
    If there is no need to include the look and feel, please fill true value to attribute noLookAndFeel.

    Attributes lookContextManagerCallbackOnly, withCheckFormScript and withFieldsetStyle are directly transmitted to the look and feel TAG (LookAndStyleTag).

    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport

        bodyContent
      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • 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
    • Constructor Detail

      • HeadLayoutPartTag

        public HeadLayoutPartTag()
    • Method Detail

      • setAtTop

        public void setAtTop​(String atTop)
      • setMinimalSilverpeasScriptEnv

        public void setMinimalSilverpeasScriptEnv​(boolean minimalSilverpeasScriptEnv)
      • setNoLookAndFeel

        public void setNoLookAndFeel​(boolean noLookAndFeel)
      • setLookContextManagerCallbackOnly

        public void setLookContextManagerCallbackOnly​(boolean lookContextManagerCallbackOnly)
      • setWithCheckFormScript

        public void setWithCheckFormScript​(boolean withCheckFormScript)
      • setWithFieldsetStyle

        public void setWithFieldsetStyle​(boolean withFieldsetStyle)
      • doEndTag

        public int doEndTag()
                     throws javax.servlet.jsp.JspException
        Specified by:
        doEndTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
        Throws:
        javax.servlet.jsp.JspException
      • getParent

        public HtmlLayoutTag getParent()
        Specified by:
        getParent in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        getParent in class javax.servlet.jsp.tagext.TagSupport
      • release

        public void release()
        Specified by:
        release in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        release in class javax.servlet.jsp.tagext.BodyTagSupport