public class RevertCommand extends Object implements HttpCommand
| Constructor and Description |
|---|
RevertCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Dispatcher dispatcher,
HttpServletRequest request,
HttpServletResponse response) |
String |
getContentChangedPath() |
String |
getNoUpdatePath() |
String |
getSuccessfulPath() |
void |
init() |
void |
setContentChangedPath(String contentChangedPath) |
void |
setNoUpdatePath(String noUpdatePath) |
void |
setSuccessfulPath(String successfulPath) |
public void init()
public void execute(Dispatcher dispatcher, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
execute in interface HttpCommandServletExceptionIOExceptionpublic String getContentChangedPath()
public void setContentChangedPath(String contentChangedPath)
public String getNoUpdatePath()
public void setNoUpdatePath(String noUpdatePath)
public String getSuccessfulPath()
public void setSuccessfulPath(String successfulPath)
Copyright © 2003-2014 Sakai Project. All Rights Reserved.