Class PdcClassificationTag

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

    public class PdcClassificationTag
    extends BaseClassificationPdCTag
    A tag that renders the classification of a content on the PdC configured for the Silverpeas component instance.
    • Constructor Detail

      • PdcClassificationTag

        public PdcClassificationTag()
    • Method Detail

      • isEditable

        public boolean isEditable()
        Is the classification on the PdC can be edited?
        Returns:
        true if the classification of the content can be edited (to add a new position, to update or to delete an existing position. False otherwise.
      • setEditable

        public void setEditable​(boolean editable)
        Sets the edition mode of the PdC classification.
        Parameters:
        editable - true or false. If true the classification on the PdC can be edited, otherwise it will be read-only rendered.
      • doTag

        public void doTag()
                   throws javax.servlet.jsp.JspException
        Specified by:
        doTag in interface javax.servlet.jsp.tagext.SimpleTag
        Overrides:
        doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
        Throws:
        javax.servlet.jsp.JspException