Class ContributionBatchManagementContextTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.buttons.ContributionBatchManagementContextTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class ContributionBatchManagementContextTag extends javax.servlet.jsp.tagext.TagSupport
This TAG can be called into aButtonTag
.
It permits to display a popups in order to ask to the user some validation and confirmations.For now, it asks:
- for minor/major modifications
- for user notification sending
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContributionBatchManagementContextTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
int
doStartTag()
ContributionBatchManagementContext
getContext()
String
getJsValidationCallbackMethodName()
protected HttpRequest
getRequest()
void
release()
protected String
renderContributionObject(org.silverpeas.core.web.util.viewgenerator.html.buttons.AbstractContributionManagementContextTag.Item item)
protected String
renderContributionSubscriptionItem(String componentId, org.silverpeas.core.web.util.viewgenerator.html.buttons.AbstractContributionManagementContextTag.Item item, boolean isComment)
protected String
renderJs()
protected String
renderSubscriptionJs(List<org.silverpeas.core.web.util.viewgenerator.html.buttons.AbstractContributionManagementContextTag.Item> items)
void
setContext(ContributionBatchManagementContext context)
void
setJsValidationCallbackMethodName(String jsValidationCallbackMethodName)
-
-
-
Method Detail
-
getContext
public ContributionBatchManagementContext getContext()
-
setContext
public void setContext(ContributionBatchManagementContext context)
-
getJsValidationCallbackMethodName
public String getJsValidationCallbackMethodName()
-
setJsValidationCallbackMethodName
public void setJsValidationCallbackMethodName(String jsValidationCallbackMethodName)
-
release
public void release()
- Specified by:
release
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
release
in classjavax.servlet.jsp.tagext.TagSupport
-
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
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
getRequest
protected HttpRequest getRequest()
-
renderJs
protected String renderJs()
-
renderContributionObject
protected String renderContributionObject(org.silverpeas.core.web.util.viewgenerator.html.buttons.AbstractContributionManagementContextTag.Item item)
-
renderSubscriptionJs
protected String renderSubscriptionJs(List<org.silverpeas.core.web.util.viewgenerator.html.buttons.AbstractContributionManagementContextTag.Item> items)
-
-