org.openpipeline.pipeline.stage
Class StageUtil
java.lang.Object
org.openpipeline.pipeline.stage.StageUtil
public class StageUtil
- extends Object
|
Method Summary |
static XMLConfig |
getJobFromRequest(javax.servlet.ServletRequest request)
Extract the "jobname" parameter from the request and fetch the job file from
disk. |
StageUtil
public StageUtil()
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