cmu.jspsurveymanager.controllers
Interface CanControl
public interface CanControl
Method Summary |
boolean |
canHandlePage(java.lang.String page)
Get whether this can handle this action -- actions come in the form of "action.do", "login.do", "home.do", etc. |
void |
handlePage(java.lang.String page,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletResponse response)
|
canHandlePage
boolean canHandlePage(java.lang.String page)
- Get whether this can handle this action -- actions come in the form of "action.do", "login.do", "home.do", etc.
- Returns:
handlePage
void handlePage(java.lang.String page,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletResponse response)