Class SimpleDocumentContextualMenu

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

    public class SimpleDocumentContextualMenu
    extends javax.servlet.jsp.tagext.TagSupport
    Author:
    ehugonnet
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleDocumentContextualMenu

        public SimpleDocumentContextualMenu()
    • Method Detail

      • setAttachment

        public void setAttachment​(SimpleDocument attachment)
      • setUseXMLForm

        public void setUseXMLForm​(boolean useXMLForm)
      • setUseWebDAV

        public void setUseWebDAV​(boolean useWebDAV)
      • setShowMenuNotif

        public void setShowMenuNotif​(boolean showMenuNotif)
      • setFromAlias

        public void setFromAlias​(boolean fromAlias)
      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.TagSupport
        Throws:
        javax.servlet.jsp.JspException
      • 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.TagSupport
        Throws:
        javax.servlet.jsp.JspException
      • isComponentPublicationAlwaysVisible

        public boolean isComponentPublicationAlwaysVisible​(String componentInstanceId)
        Indicates if the publication are always visible for the component instance represented by the given identifier.
        Parameters:
        componentInstanceId - the component instance identifier that must be verified.
        Returns:
        true if publication are always visible.