org.springframework.batch.admin.integration
Class MultipartJobConfigurationRequest

java.lang.Object
  extended by org.springframework.batch.admin.integration.MultipartJobConfigurationRequest

public class MultipartJobConfigurationRequest
extends Object

Author:
Dave Syer

Constructor Summary
MultipartJobConfigurationRequest()
           
 
Method Summary
 MultipartFile getFile()
           
 JobConfigurationRequest getJobConfigurationRequest()
          Extract the relevant data from the multipart and generate a new request.
 void setFile(MultipartFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartJobConfigurationRequest

public MultipartJobConfigurationRequest()
Method Detail

setFile

public void setFile(MultipartFile file)
Parameters:
file - the file to set

getFile

public MultipartFile getFile()
Returns:
the file

getJobConfigurationRequest

public JobConfigurationRequest getJobConfigurationRequest()
Extract the relevant data from the multipart and generate a new request.

Returns:
a JobConfigurationRequest


Copyright © 2011. All Rights Reserved.