Class GoToQuestion
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.silverpeas.core.web.util.servlet.GoTo
org.silverpeas.components.questionreply.servlets.GoToQuestion
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class GoToQuestion
extends org.silverpeas.core.web.util.servlet.GoTo
- See Also:
-
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
utilFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDestination(String objectId, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) Methods inherited from class org.silverpeas.core.web.util.servlet.GoTo
doGet, doPost, getContentLanguage, getDestination, getObjectId, getUserId, isUserAllowed, isUserLogin, sendJson, setGefSpaceIdMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
GoToQuestion
public GoToQuestion()
-
-
Method Details