Class PublicationContentServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.silverpeas.mobile.server.servlets.AbstractSilverpeasMobileServlet
org.silverpeas.mobile.server.servlets.PublicationContentServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) protected StringgetUserKeyInSession(jakarta.servlet.http.HttpServletRequest request) booleanisXMLTemplateUsed(jakarta.servlet.http.HttpServletRequest request, String instanceId) protected voidprocessRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class org.silverpeas.mobile.server.servlets.AbstractSilverpeasMobileServlet
checkUserInSession, getMainSessionController, getSettings, getUserInSession, scanAntivirusMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
USERKEY_ATTRIBUT_NAME
- See Also:
-
-
Constructor Details
-
PublicationContentServlet
public PublicationContentServlet()
-
-
Method Details
-
processRequest
protected void processRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws Exception - Throws:
Exception
-
doGet
protected void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException - Overrides:
doGetin classjakarta.servlet.http.HttpServlet- Throws:
jakarta.servlet.ServletExceptionIOException
-
isXMLTemplateUsed
public boolean isXMLTemplateUsed(jakarta.servlet.http.HttpServletRequest request, String instanceId) throws Exception - Throws:
Exception
-
getUserKeyInSession
-