public class SimpleCommand extends Object implements HttpCommand
| Constructor and Description |
|---|
SimpleCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Dispatcher dispatcher,
HttpServletRequest request,
HttpServletResponse response) |
String |
getServletPath() |
void |
setServletPath(String servletPath) |
public void execute(Dispatcher dispatcher, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
execute in interface HttpCommandServletExceptionIOExceptionpublic String getServletPath()
public void setServletPath(String servletPath)
servletPath - the path to the jsp fileCopyright © 2003-2014 Sakai Project. All Rights Reserved.