Class GoToMessage

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class GoToMessage
    extends org.silverpeas.core.web.util.servlet.GoTo
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.silverpeas.core.web.util.servlet.GoTo

        org.silverpeas.core.web.util.servlet.GoTo.Context
    • Field Summary

      • Fields inherited from class org.silverpeas.core.web.util.servlet.GoTo

        util
    • Constructor Summary

      Constructors 
      Constructor Description
      GoToMessage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDestination​(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • 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
      • Methods inherited from class javax.servlet.GenericServlet

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

      • GoToMessage

        public GoToMessage()
    • Method Detail

      • getDestination

        public String getDestination​(String id,
                                     javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)
                              throws Exception
        Specified by:
        getDestination in class org.silverpeas.core.web.util.servlet.GoTo
        Throws:
        Exception