|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class is the base interface to flow handlers on the web tier.
| Method Summary | |
void |
doEnd(javax.servlet.http.HttpServletRequest request)
optional action after processFlow |
void |
doStart(javax.servlet.http.HttpServletRequest request)
optional action before processFlow() |
java.lang.String |
processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
Description of the Method |
| Method Detail |
public void doStart(javax.servlet.http.HttpServletRequest request)
request - HTTP request
public java.lang.String processFlow(javax.servlet.http.HttpServletRequest request,
java.lang.Object answer,
javax.servlet.ServletContext context)
throws InterfasesEventException
request - HTTP requestanswer - answer to eventcontext - web context
InterfasesEventExceptionpublic void doEnd(javax.servlet.http.HttpServletRequest request)
request - HTTP request
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||