Class PropFindResponseObjectToPropFindResponseHttpConverter
java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<PropFindMultipleResponseObject>
io.jmix.webdavrest.converter.http.PropFindResponseObjectToPropFindResponseHttpConverter
- All Implemented Interfaces:
org.springframework.http.converter.HttpMessageConverter<PropFindMultipleResponseObject>
@Component("webdav_PropFindResponseObjectToPropFindResponseHttpConverter")
public class PropFindResponseObjectToPropFindResponseHttpConverter
extends org.springframework.http.converter.AbstractHttpMessageConverter<PropFindMultipleResponseObject>
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected Messages
protected WebdavTools
Fields inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
logger
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected String
createPropFindResourcePath
(String resourceUriPath) protected PropFindMultipleResponseObject
readInternal
(Class<? extends PropFindMultipleResponseObject> clazz, org.springframework.http.HttpInputMessage inputMessage) protected boolean
protected void
writeInternal
(PropFindMultipleResponseObject propFindMultipleResponseObject, org.springframework.http.HttpOutputMessage outputMessage) Methods inherited from class org.springframework.http.converter.AbstractHttpMessageConverter
addDefaultHeaders, canRead, canRead, canWrite, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, supportsRepeatableWrites, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.http.converter.HttpMessageConverter
getSupportedMediaTypes
-
Field Details
-
FILES_ENDPOINT_PATH
- See Also:
-
messages
-
wt
-
-
Constructor Details
-
PropFindResponseObjectToPropFindResponseHttpConverter
-
-
Method Details
-
supports
- Specified by:
supports
in classorg.springframework.http.converter.AbstractHttpMessageConverter<PropFindMultipleResponseObject>
-
readInternal
protected PropFindMultipleResponseObject readInternal(Class<? extends PropFindMultipleResponseObject> clazz, org.springframework.http.HttpInputMessage inputMessage) throws org.springframework.http.converter.HttpMessageNotReadableException - Specified by:
readInternal
in classorg.springframework.http.converter.AbstractHttpMessageConverter<PropFindMultipleResponseObject>
- Throws:
org.springframework.http.converter.HttpMessageNotReadableException
-
writeInternal
protected void writeInternal(PropFindMultipleResponseObject propFindMultipleResponseObject, org.springframework.http.HttpOutputMessage outputMessage) throws IOException, org.springframework.http.converter.HttpMessageNotWritableException - Specified by:
writeInternal
in classorg.springframework.http.converter.AbstractHttpMessageConverter<PropFindMultipleResponseObject>
- Throws:
IOException
org.springframework.http.converter.HttpMessageNotWritableException
-
createPropFindResourcePath
protected String createPropFindResourcePath(String resourceUriPath) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-