org.cloudfoundry.client.lib.rest
Class CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter

java.lang.Object
  extended by org.springframework.http.converter.FormHttpMessageConverter
      extended by org.cloudfoundry.client.lib.rest.CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter
All Implemented Interfaces:
org.springframework.http.converter.HttpMessageConverter<org.springframework.util.MultiValueMap<String,?>>
Enclosing class:
CloudControllerClientImpl

public static class CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter
extends org.springframework.http.converter.FormHttpMessageConverter


Constructor Summary
CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter()
           
 
Method Summary
protected  String getFilename(Object part)
           
 
Methods inherited from class org.springframework.http.converter.FormHttpMessageConverter
addPartConverter, canRead, canWrite, generateMultipartBoundary, getSupportedMediaTypes, read, setCharset, setPartConverters, setSupportedMediaTypes, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter

public CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter()
Method Detail

getFilename

protected String getFilename(Object part)
Overrides:
getFilename in class org.springframework.http.converter.FormHttpMessageConverter


Copyright © 2013. All rights reserved.