|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cinecolombia.interfases.control.web.handlers.ProgramacionFlowHandler
programacion usecase: flow handler for deciding output screen after processing an action
Field Summary | |
private Debug |
debug
|
Constructor Summary | |
ProgramacionFlowHandler()
|
Method Summary | |
void |
doEnd(javax.servlet.http.HttpServletRequest request)
optional execution after processFlow method |
void |
doStart(javax.servlet.http.HttpServletRequest request)
optional execution before processFlow method |
private java.lang.String |
processAnswer(int actionType,
javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
method for processing the answer to a ProgramacionEvent |
java.lang.String |
processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
principal method for deciding output screen after processing an action |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Debug debug
Constructor Detail |
public ProgramacionFlowHandler()
Method Detail |
public void doStart(javax.servlet.http.HttpServletRequest request)
doStart
in interface FlowHandler
request
- HTTP requestpublic java.lang.String processFlow(javax.servlet.http.HttpServletRequest request, java.lang.Object answer, javax.servlet.ServletContext context) throws InterfasesEventException
processFlow
in interface FlowHandler
request
- of MainServletanswer
- of the actioncontext
- web context
InterfasesEventException
private java.lang.String processAnswer(int actionType, javax.servlet.http.HttpServletRequest request, java.lang.Object answer, javax.servlet.ServletContext context) throws InterfasesEventException
actionType
- action type *request
- of MainServletanswer
- of the actioncontext
- web context
InterfasesEventException
public void doEnd(javax.servlet.http.HttpServletRequest request)
doEnd
in interface FlowHandler
request
- HTTP request
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |