|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.moremotion.process.ProcessManager
public class ProcessManager
| Constructor Summary | |
|---|---|
ProcessManager()
|
|
| Method Summary | |
|---|---|
static void |
doService(MoreMotionServletRequest request)
|
static boolean |
executePageProcessTemplates(CurrentPage currpage,
MoreMotionServletRequest request,
char exeOrder,
boolean domRequested)
Executes the Page Process Templates and returns true if caller can continue normally
and false if caller should return since there was an error and ProcessManager has
already handled it and redirected to the error page. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessManager()
| Method Detail |
|---|
public static void doService(MoreMotionServletRequest request)
throws ServiceException,
java.io.IOException
ServiceException
java.io.IOException
public static boolean executePageProcessTemplates(CurrentPage currpage,
MoreMotionServletRequest request,
char exeOrder,
boolean domRequested)
throws PageGenerationException
true if caller can continue normally
and false if caller should return since there was an error and ProcessManager has
already handled it and redirected to the error page.
currpage - The CurrectPage Objectrequest - MoreMotionRequest objectexeOrder - Execution Order. Valid Values: 0 - Before the processes, 1 - Before the data sources, 2 - After the data sources
PageGenerationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||