com.silverpeas.external.mailinglist.servlets
Class MailingListRequestRouter

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<MailingListSessionController>
                      extended by com.silverpeas.external.mailinglist.servlets.MailingListRequestRouter
All Implemented Interfaces:
MailingListRoutage, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class MailingListRequestRouter
extends com.stratelia.silverpeas.peasCore.servlets.ComponentRequestRouter<MailingListSessionController>
implements MailingListRoutage

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.silverpeas.external.mailinglist.servlets.MailingListRoutage
ACTIVITY_LIST_ATT, ACTIVITY_MAP_ATT, ACTIVITY_YEARS_ATT, COMPONENT_ID_ATT, CURRENT_MONTH_PARAM, CURRENT_PAGE_ATT, CURRENT_PAGE_PARAM, CURRENT_YEAR_PARAM, DELETE_ACTION, DESTINATION_ACTIVITIES, DESTINATION_ATTACHMENT, DESTINATION_DISPLAY_ACTIVITY, DESTINATION_DISPLAY_LIST, DESTINATION_DISPLAY_MESSAGE, DESTINATION_DISPLAY_MODERATION, DESTINATION_DISPLAY_PORTLET, DESTINATION_DISPLAY_USERS, DESTINATION_ELEMENT, DESTINATION_LIST, DESTINATION_MESSAGE, DESTINATION_MODERATION, DESTINATION_PORTLET, DESTINATION_SUBSCRIBERS, DESTINATION_USERS, IS_LIST_MODERATED_ATT, IS_USER_ADMIN_ATT, IS_USER_MODERATOR_ATT, IS_USER_SUBSCRIBER_ATT, JSP_BASE, LIST_VALUE, MAILING_LIST_ATT, MESSAGE_ATT, MESSAGE_ATTACHMENTS_ATT, MESSAGE_VALUE, MESSAGES_LIST_ATT, MODERATION_VALUE, NB_PAGE_ATT, ORDER_ASC_PARAM, ORDER_BY_PARAM, PORTLET_MODE_ATT, PREVIOUS_PATH_ATT, RSS_URL_ATT, SELECTED_MESSAGE_PARAM, SELECTED_USERS_PARAM, SUBSCRIBERS_VALUE, UPDATE_ACTION, USERS_LIST_ATT, USERS_LIST_PARAM, USERS_VALUE
 
Constructor Summary
MailingListRequestRouter()
           
 
Method Summary
 MailingListSessionController createComponentSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl, com.stratelia.silverpeas.peasCore.ComponentContext componentContext)
          Method declaration
 String getDestination(String function, MailingListSessionController componentSC, org.silverpeas.servlet.HttpRequest request)
          This method has to be implemented by the component request rooter it has to compute a destination page
 String getSessionControlBeanName()
          This method has to be implemented in the component request rooter class. returns the session control bean name to be put in the request object ex : for almanach, returns "almanach"
 
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

MailingListRequestRouter

public MailingListRequestRouter()
Method Detail

getSessionControlBeanName

public String getSessionControlBeanName()
This method has to be implemented in the component request rooter class. returns the session control bean name to be put in the request object ex : for almanach, returns "almanach"

Specified by:
getSessionControlBeanName in class com.stratelia.silverpeas.peasCore.servlets.ComponentRequestRouter<MailingListSessionController>
Returns:

createComponentSessionController

public MailingListSessionController createComponentSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl,
                                                                     com.stratelia.silverpeas.peasCore.ComponentContext componentContext)
Method declaration

Specified by:
createComponentSessionController in class com.stratelia.silverpeas.peasCore.servlets.ComponentRequestRouter<MailingListSessionController>
Parameters:
mainSessionCtrl -
componentContext -
Returns:
See Also:

getDestination

public String getDestination(String function,
                             MailingListSessionController componentSC,
                             org.silverpeas.servlet.HttpRequest request)
This method has to be implemented by the component request rooter it has to compute a destination page

Specified by:
getDestination in class com.stratelia.silverpeas.peasCore.servlets.ComponentRequestRouter<MailingListSessionController>
Parameters:
function - The entering request function (ex : "Main.jsp")
componentSC - The component Session Control, build and initialised.
request -
Returns:
The complete destination URL for a forward (ex : "/almanach/jsp/almanach.jsp?flag=user")


Copyright © 2016 Silverpeas. All Rights Reserved.