|
||||||||||
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(MoreMotionRequest request)
|
static boolean |
executePageProcessTemplates(CurrentPage currpage,
MoreMotionRequest request,
boolean beforeDS)
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(MoreMotionRequest request) throws ServiceException, java.io.IOException
ServiceException
java.io.IOException
public static boolean executePageProcessTemplates(CurrentPage currpage, MoreMotionRequest request, boolean beforeDS) 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 objectbeforeDS
- Before DataSources Flag. If true
specified the template calls that are marked as
'Execute Before Data Sources', and if false
specified the templates that are NOT marked as
'Execute Before Data Sources' will be executed.
PageGenerationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |