Class GoToEvent
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.silverpeas.core.web.util.servlet.GoTo
-
- org.silverpeas.core.web.servlets.GoToContribution
-
- org.silverpeas.components.almanach.GoToEvent
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class GoToEvent extends org.silverpeas.core.web.servlets.GoToContribution
This servlet is still alive because of permalink already in use.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoToEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.silverpeas.core.contribution.model.ContributionIdentifier
getContributionIdentifier(String objectId)
-
Methods inherited from class org.silverpeas.core.web.util.servlet.GoTo
doGet, doPost, getContentLanguage, getDestination, getObjectId, getUserId, isUserAllowed, isUserLogin, sendJson, setGefSpaceId
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
getContributionIdentifier
protected org.silverpeas.core.contribution.model.ContributionIdentifier getContributionIdentifier(String objectId)
- Overrides:
getContributionIdentifier
in classorg.silverpeas.core.web.servlets.GoToContribution
-
-