|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cinecolombia.cinecolombia.control.web.handlers.RequestHandlerSupport
This class is the default implementation of the RequestHandler
| Constructor Summary | |
RequestHandlerSupport()
|
|
| Method Summary | |
void |
doEnd(javax.servlet.http.HttpServletRequest request)
Optional action after processRequest() |
void |
doStart(javax.servlet.http.HttpServletRequest request)
Optional action before processRequest() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.cinecolombia.cinecolombia.control.web.handlers.RequestHandler |
processRequest |
| Constructor Detail |
public RequestHandlerSupport()
| Method Detail |
public void doStart(javax.servlet.http.HttpServletRequest request)
doStart in interface RequestHandlerrequest - HTTP requestpublic void doEnd(javax.servlet.http.HttpServletRequest request)
doEnd in interface RequestHandlerrequest - HTTP request
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||