org.moremotion.process
Class ProcessCommand

java.lang.Object
  extended by org.moremotion.config.Config
      extended by org.moremotion.process.ProcessCommand

public class ProcessCommand
extends Config

Version:
$Id: ProcessCommand.java 51 2008-03-10 11:46:54Z erkan $

Constructor Summary
ProcessCommand(ConfigUnit unit)
           
 
Method Summary
 java.lang.String getContinuePage()
           
 int getDebugLevel(MoreMotionRequest request)
           
 java.lang.String getErrorPage()
           
 java.lang.String getMethod(MoreMotionRequest request)
           
 java.lang.String getNextPage()
           
 java.util.HashMap getParams()
           
 java.lang.String getTemplateName(MoreMotionRequest request)
           
 
Methods inherited from class org.moremotion.config.Config
getConfigUnit, getDataObject, getName, getParameter, getParameters, setDataObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessCommand

public ProcessCommand(ConfigUnit unit)
               throws ConfigurationException
Throws:
ConfigurationException
Method Detail

getTemplateName

public java.lang.String getTemplateName(MoreMotionRequest request)
                                 throws ConfigParameterException
Throws:
ConfigParameterException

getNextPage

public java.lang.String getNextPage()
                             throws ConfigParameterException
Throws:
ConfigParameterException

getErrorPage

public java.lang.String getErrorPage()
                              throws ConfigParameterException
Throws:
ConfigParameterException

getContinuePage

public java.lang.String getContinuePage()
                                 throws ConfigParameterException
Throws:
ConfigParameterException

getDebugLevel

public int getDebugLevel(MoreMotionRequest request)
                  throws ConfigParameterException
Throws:
ConfigParameterException

getMethod

public java.lang.String getMethod(MoreMotionRequest request)
                           throws ConfigParameterException
Throws:
ConfigParameterException

getParams

public java.util.HashMap getParams()


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