Class MovePublicationHandler
- java.lang.Object
-
- org.silverpeas.components.kmelia.servlets.ajax.handlers.MovePublicationHandler
-
- All Implemented Interfaces:
AjaxHandler
public class MovePublicationHandler extends Object implements AjaxHandler
-
-
Constructor Summary
Constructors Constructor Description MovePublicationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KmeliaService
getKmeliaService()
String
handleRequest(javax.servlet.http.HttpServletRequest request, KmeliaSessionController controller)
-
-
-
Method Detail
-
handleRequest
public String handleRequest(javax.servlet.http.HttpServletRequest request, KmeliaSessionController controller)
- Specified by:
handleRequest
in interfaceAjaxHandler
-
getKmeliaService
public KmeliaService getKmeliaService()
-
-