Class IdUVMessage
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.io7m.idstore.server.http.IdHTTPServletFunctional
com.io7m.idstore.server.user_view.IdUVMessage
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
Display a message logged to the user's (authenticated) session.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdUVMessage(com.io7m.repetoir.core.RPServiceDirectoryType services) Display a message logged to the user's (authenticated) session. -
Method Summary
Modifier and TypeMethodDescriptionstatic IdHTTPServletResponseTypeshowMessage(IdHTTPServletRequestInformation information, IdSessionUser session, IdServerBrandingServiceType branding, IdFMTemplateType<IdFMMessageData> template) Show a message from the given session.Methods inherited from class com.io7m.idstore.server.http.IdHTTPServletFunctional
service, serviceMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModifiedMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
IdUVMessage
public IdUVMessage(com.io7m.repetoir.core.RPServiceDirectoryType services) Display a message logged to the user's (authenticated) session.- Parameters:
services- The services
-
-
Method Details
-
showMessage
public static IdHTTPServletResponseType showMessage(IdHTTPServletRequestInformation information, IdSessionUser session, IdServerBrandingServiceType branding, IdFMTemplateType<IdFMMessageData> template) Show a message from the given session.- Parameters:
information- The request informationsession- The user sessionbranding- The branding resourcestemplate- The message template- Returns:
- A formatted response
-