Interface SILVERMAILRequestHandler
-
- All Known Implementing Classes:
Compose
,DeleteAllMessages
,DeleteAllSentNotifications
,DeleteMessage
,DeleteSelectedMessages
,DeleteSentNotification
,Main
,MarkAllMessagesAsRead
,MarkSelectedMessagesAsRead
,ReadMessage
,ReadSentNotification
,SentUserNotifications
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SILVERMAILRequestHandler
Interface to be implemented by objects that can process requests
-
-
Method Summary
All Methods Instance Methods Abstract 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
String handleRequest(ComponentSessionController componentSC, javax.servlet.http.HttpServletRequest request) throws SILVERMAILException
Perform any processing requiring to support this request, and return the URL of the JSP view that should display the results of the request.- Returns:
- the URL within the web application of the JSP view to which the controller should redirect the response
- Throws:
SILVERMAILException
-
-