Class DateReminderTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.datereminder.DateReminderTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class DateReminderTag extends javax.servlet.jsp.tagext.TagSupport
A tag for displaying a date reminder and a message form for creating a new date reminder.- Author:
- Cécile Bonin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateReminderTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
int
doStartTag()
String
getLanguage()
Gets the language that requested the page in which will be rendered the widget.String
getResourceId()
Gets the unique identifier of the resource in Silverpeas.String
getResourceType()
Gets the type of the resource.String
getUserId()
Gets the unique identifier of the user that requested the page in which will be rendered the widget.void
setLanguage(String language)
Sets the language that requested the page in which will be rendered the widget.void
setResourceId(String resourceId)
Sets the unique identifier of the resource that use DateReminder.void
setResourceType(String resourceType)
Sets the type of the resource that use DateReminder.void
setUserId(String userId)
Sets the unique identifier of the user that requested the page in which will be rendered the widget.
-
-
-
Method Detail
-
setResourceId
public void setResourceId(String resourceId)
Sets the unique identifier of the resource that use DateReminder.- Parameters:
resourceId
- the unique identifier of the resource.
-
setResourceType
public void setResourceType(String resourceType)
Sets the type of the resource that use DateReminder.- Parameters:
resourceType
- the type of the resource.
-
setUserId
public void setUserId(String userId)
Sets the unique identifier of the user that requested the page in which will be rendered the widget.- Parameters:
userId
- the user identifier.
-
setLanguage
public void setLanguage(String language)
Sets the language that requested the page in which will be rendered the widget.- Parameters:
language
- the user identifier.
-
getResourceId
public String getResourceId()
Gets the unique identifier of the resource in Silverpeas.- Returns:
- the resource identifier.
-
getResourceType
public String getResourceType()
Gets the type of the resource.- Returns:
-
getUserId
public String getUserId()
Gets the unique identifier of the user that requested the page in which will be rendered the widget.- Returns:
- the unique identifier of the user.
-
getLanguage
public String getLanguage()
Gets the language that requested the page in which will be rendered the widget.- Returns:
- the unique identifier of the user.
-
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
-
-