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 468 2009-10-16 13:05:01Z erkan $

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

ProcessManager

public ProcessManager()
Method Detail

doService

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

executePageProcessTemplates

public static boolean executePageProcessTemplates(CurrentPage currpage,
                                                  MoreMotionServletRequest request,
                                                  char exeOrder,
                                                  boolean domRequested)
                                           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
exeOrder - Execution Order. Valid Values: 0 - Before the processes, 1 - Before the data sources, 2 - After the data sources
Throws:
PageGenerationException


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