org.openpipeline.pipeline.stage
Class StageUtil

java.lang.Object
  extended by org.openpipeline.pipeline.stage.StageUtil

public class StageUtil
extends Object


Constructor Summary
StageUtil()
           
 
Method Summary
static XMLConfig getJobFromRequest(javax.servlet.ServletRequest request)
          Extract the "jobname" parameter from the request and fetch the job file from disk.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageUtil

public StageUtil()
Method Detail

getJobFromRequest

public static XMLConfig getJobFromRequest(javax.servlet.ServletRequest request)
                                   throws IOException
Extract the "jobname" parameter from the request and fetch the job file from disk.

Parameters:
request -
Returns:
the job file as an XMLConfig object
Throws:
IOException