Class AbstractSilverpeasMobileServlet

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void checkUserInSession​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      protected org.silverpeas.core.web.mvc.controller.MainSessionController getMainSessionController​(javax.servlet.http.HttpServletRequest request)  
      protected static org.silverpeas.kernel.bundle.SettingBundle getSettings()  
      protected org.silverpeas.core.admin.user.model.UserDetail getUserInSession​(javax.servlet.http.HttpServletRequest request)  
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
    • Constructor Detail

      • AbstractSilverpeasMobileServlet

        public AbstractSilverpeasMobileServlet()
    • Method Detail

      • checkUserInSession

        protected void checkUserInSession​(javax.servlet.http.HttpServletRequest request,
                                          javax.servlet.http.HttpServletResponse response)
                                   throws Exception
        Throws:
        Exception
      • getUserInSession

        protected org.silverpeas.core.admin.user.model.UserDetail getUserInSession​(javax.servlet.http.HttpServletRequest request)
      • getMainSessionController

        protected org.silverpeas.core.web.mvc.controller.MainSessionController getMainSessionController​(javax.servlet.http.HttpServletRequest request)
                                                                                                 throws Exception
        Throws:
        Exception
      • getSettings

        protected static org.silverpeas.kernel.bundle.SettingBundle getSettings()