Class PdcClassificationPositionsTag
- 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.PdcClassificationPositionsTag
-
- All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.SimpleTag
public class PdcClassificationPositionsTag extends BaseClassificationPdCTag
The base tag for all concrete tags on the PdC classification of a content.
-
-
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 PdcClassificationPositionsTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doTag()
String
getSetIn()
void
setSetIn(String setIn)
-
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
-
-
-
-
Method Detail
-
getSetIn
public String getSetIn()
-
setSetIn
public void setSetIn(String setIn)
-
doTag
public void doTag() throws javax.servlet.jsp.JspException
- Specified by:
doTag
in interfacejavax.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in classjavax.servlet.jsp.tagext.SimpleTagSupport
- Throws:
javax.servlet.jsp.JspException
-
-