com.silverpeas.socialnetwork.myContactProfil.servlets
Class MyContactProfilRequestRouter

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.stratelia.silverpeas.peasCore.servlets.SilverpeasHttpServlet
              extended by com.stratelia.silverpeas.peasCore.servlets.SilverpeasAuthenticatedHttpServlet
                  extended by com.stratelia.silverpeas.peasCore.servlets.ComponentRequestRouter<MyContactProfilSessionController>
                      extended by com.silverpeas.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

Constructor Summary
MyContactProfilRequestRouter()
           
 
Method Summary
 MyContactProfilSessionController createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          create ComponentSession Controller
 String getDestination(String function, MyContactProfilSessionController sc, HttpRequest request)
          get Destination
 String getSessionControlBeanName()
          get Session ControlBeanName
 
Methods inherited from class com.stratelia.silverpeas.peasCore.servlets.ComponentRequestRouter
checkUserAuthorization, doGet, doPost, getComponentId, hasTheSessionSecurityTokenToBeRenewed, updateSessionManagement
 
Methods inherited from class com.stratelia.silverpeas.peasCore.servlets.SilverpeasAuthenticatedHttpServlet
getMainSessionController, getSessionInfo, renewSessionSecurityToken, service, throwUserSessionExpiration
 
Methods inherited from class com.stratelia.silverpeas.peasCore.servlets.SilverpeasHttpServlet
redirectOrForwardService, throwHttpForbiddenError, throwHttpNotFoundError, throwHttpPreconditionFailedError
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyContactProfilRequestRouter

public MyContactProfilRequestRouter()
Method Detail

getSessionControlBeanName

public String getSessionControlBeanName()
get Session ControlBeanName

Specified by:
getSessionControlBeanName in class ComponentRequestRouter<MyContactProfilSessionController>
Returns:
String

createComponentSessionController

public MyContactProfilSessionController createComponentSessionController(MainSessionController mainSessionCtrl,
                                                                         ComponentContext componentContext)
create ComponentSession Controller

Specified by:
createComponentSessionController in class ComponentRequestRouter<MyContactProfilSessionController>
Parameters:
mainSessionCtrl -
componentContext -
Returns:
ComponentSessionController

getDestination

public String getDestination(String function,
                             MyContactProfilSessionController sc,
                             HttpRequest request)
get Destination

Specified by:
getDestination in class ComponentRequestRouter<MyContactProfilSessionController>
Parameters:
function -
sc -
request -
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.