public interface ActionHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method)
Checks if this action handler will try to handle the given action
without handling it yet or causing any side effects.
|
boolean isHandleAction(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ModulesServlet.HttpMethod method)
req - The HTTP request.resp - The HTTP response.method - The HTTP method of the request.Copyright 2004-2015 Wandora Team