Class AttachmentPaneTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.AttachmentPaneTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class AttachmentPaneTag extends javax.servlet.jsp.tagext.TagSupport
A tag to render the pane of management of the attachments.- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentPaneTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
void
setComponentId(String componentId)
void
setReadOnly(boolean readOnly)
void
setResourceId(String resourceId)
-
-
-
Method Detail
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
setResourceId
public void setResourceId(String resourceId)
-
setComponentId
public void setComponentId(String componentId)
-
setReadOnly
public void setReadOnly(boolean readOnly)
-
-