public class AddAttachmentReturnCommand extends Object implements HttpCommand
| Constructor and Description |
|---|
AddAttachmentReturnCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Dispatcher dispatcher,
HttpServletRequest request,
HttpServletResponse response) |
String |
getEditPath() |
String |
getTemplate(String contentType) |
Map |
getWikiMarkupTemplates() |
void |
init() |
void |
setEditPath(String editPath) |
void |
setWikiMarkupTemplates(Map wikiMarkupTemplates) |
public void init()
public void execute(Dispatcher dispatcher, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
execute in interface HttpCommandServletExceptionIOExceptionpublic Map getWikiMarkupTemplates()
public void setWikiMarkupTemplates(Map wikiMarkupTemplates)
public String getEditPath()
public void setEditPath(String editPath)
Copyright © 2003-2014 Sakai Project. All Rights Reserved.