org.springframework.batch.admin.integration
Class MultipartJobConfigurationRequest

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

public class MultipartJobConfigurationRequest
extends java.lang.Object

Author:
Dave Syer

Constructor Summary
MultipartJobConfigurationRequest()
           
 
Method Summary
 org.springframework.web.multipart.MultipartFile getFile()
           
 JobConfigurationRequest getJobConfigurationRequest()
          Extract the relevant data from the multipart and generate a new request.
 void setFile(org.springframework.web.multipart.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(org.springframework.web.multipart.MultipartFile file)
Parameters:
file - the file to set

getFile

public org.springframework.web.multipart.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.