org.moremotion.process
Class ProcessManager

java.lang.Object
  extended by org.moremotion.process.ProcessManager

public class ProcessManager
extends java.lang.Object

Version:
$Id: ProcessManager.java 186 2008-07-31 18:23:46Z erkan $

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

ProcessManager

public ProcessManager()
Method Detail

doService

public static void doService(MoreMotionRequest request)
                      throws ServiceException,
                             java.io.IOException
Throws:
ServiceException
java.io.IOException

executePageProcessTemplates

public static boolean executePageProcessTemplates(CurrentPage currpage,
                                                  MoreMotionRequest request,
                                                  boolean beforeDS)
                                           throws PageGenerationException
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.

Parameters:
currpage - The CurrectPage Object
request - MoreMotionRequest object
beforeDS - 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.
Throws:
PageGenerationException


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.