public class BasicHttpCommand extends Object implements HttpCommand
| Constructor and Description |
|---|
BasicHttpCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDispatch(HttpServletRequest request,
HttpServletResponse response) |
void |
beforeDispatch(HttpServletRequest request,
HttpServletResponse response) |
void |
dispatch(Dispatcher dispatcher,
HttpServletRequest request,
HttpServletResponse response) |
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 void afterDispatch(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletExceptionIOExceptionpublic void beforeDispatch(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletExceptionIOExceptionpublic void dispatch(Dispatcher dispatcher, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
ServletExceptionIOExceptionpublic String getServletPath()
public void setServletPath(String servletPath)
Copyright © 2003-2014 Sakai Project. All Rights Reserved.