Class MyContactProfilRequestRouter
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.silverpeas.core.web.mvc.webcomponent.SilverpeasHttpServlet
-
- org.silverpeas.core.web.mvc.webcomponent.SilverpeasAuthenticatedHttpServlet
-
- org.silverpeas.core.web.mvc.route.ComponentRequestRouter<MyContactProfilSessionController>
-
- org.silverpeas.web.socialnetwork.mycontactprofil.servlets.MyContactProfilRequestRouter
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class MyContactProfilRequestRouter extends ComponentRequestRouter<MyContactProfilSessionController>
- Author:
- azzedine
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.silverpeas.core.web.mvc.webcomponent.SilverpeasHttpServlet
SilverpeasHttpServlet.HttpError, SilverpeasHttpServlet.UserSessionStatus
-
-
Constructor Summary
Constructors Constructor Description MyContactProfilRequestRouter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyContactProfilSessionController
createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
create ComponentSession ControllerString
getDestination(String function, MyContactProfilSessionController sc, HttpRequest request)
get DestinationString
getSessionControlBeanName()
get Session ControlBeanName-
Methods inherited from class org.silverpeas.core.web.mvc.route.ComponentRequestRouter
checkUserAuthorization, doGet, doPost, emptyJsonResponse, getComponentId, getOrganizationController, hasTheSessionSecurityTokenToBeRenewed, sendJson, updateSessionManagement
-
Methods inherited from class org.silverpeas.core.web.mvc.webcomponent.SilverpeasAuthenticatedHttpServlet
getMainSessionController, getSessionInfo, getSynchronizerTokenService, renewSessionSecurityToken, service, throwUserSessionExpiration
-
Methods inherited from class org.silverpeas.core.web.mvc.webcomponent.SilverpeasHttpServlet
existOpenedUserSession, forbidden, notFound, preconditionFailed, redirectOrForwardService, sendError, sendError, throwHttpForbiddenError, throwHttpForbiddenError, throwHttpNotFoundError, throwHttpNotFoundError, throwHttpPreconditionFailedError, throwHttpPreconditionFailedError
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
-
-
-
-
Method Detail
-
getSessionControlBeanName
public String getSessionControlBeanName()
get Session ControlBeanName- Specified by:
getSessionControlBeanName
in classComponentRequestRouter<MyContactProfilSessionController>
- Returns:
- String
-
createComponentSessionController
public MyContactProfilSessionController createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
create ComponentSession Controller- Specified by:
createComponentSessionController
in classComponentRequestRouter<MyContactProfilSessionController>
- Parameters:
mainSessionCtrl
-componentContext
-- Returns:
- ComponentSessionController
-
getDestination
public String getDestination(String function, MyContactProfilSessionController sc, HttpRequest request)
get Destination- Specified by:
getDestination
in classComponentRequestRouter<MyContactProfilSessionController>
- Parameters:
function
-sc
-request
-- Returns:
-
-