Class DeleteMessage
- java.lang.Object
-
- org.silverpeas.web.notificationserver.channel.silvermail.requesthandlers.DeleteMessage
-
- All Implemented Interfaces:
SILVERMAILRequestHandler
@Singleton @Named("DeleteMessage") public class DeleteMessage extends Object implements SILVERMAILRequestHandler
-
-
Constructor Summary
Constructors Constructor Description DeleteMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request)
Perform any processing requiring to support this request, and return the URL of the JSP view that should display the results of the request.
-
-
-
Method Detail
-
handleRequest
public String handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request) throws SILVERMAILException
Description copied from interface:SILVERMAILRequestHandler
Perform any processing requiring to support this request, and return the URL of the JSP view that should display the results of the request.- Specified by:
handleRequest
in interfaceSILVERMAILRequestHandler
- Returns:
- the URL within the web application of the JSP view to which the controller should redirect the response
- Throws:
SILVERMAILException
-
-