Class PdcNewContentClassificationTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.pdc.BaseClassificationPdCTag
-
- org.silverpeas.core.web.util.viewgenerator.html.pdc.PdcNewContentClassificationTag
-
- All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.SimpleTag
public class PdcNewContentClassificationTag extends BaseClassificationPdCTag
A tag that renders an HTML/javascript section with which a classification onto the PdC can be created for a new/already existing content in a given component instance. The positions that are created for the classification of the underlying content are not done automatically (as the content can be not already existed). To set them, please use in conjonction with this tag the PdcClassificationValidationTag one.
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.web.util.viewgenerator.html.pdc.BaseClassificationPdCTag
PDC_CLASSIFICATION_WIDGET_TAG_ID
-
-
Constructor Summary
Constructors Constructor Description PdcNewContentClassificationTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doTag()
-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.pdc.BaseClassificationPdCTag
getComponentId, getContentId, getId, getNodeId, getOut, getRequestAttribute, getResources, getSessionAttribute, invoke, isExternalManagement, isPdcUsed, setComponentId, setContentId, setExternalManagement, setId, setNodeId
-
-