Class URLWriter

java.lang.Object
org.nuxeo.ecm.webengine.model.io.URLWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<URL>

@Singleton @Provider @Produces("*/*") public class URLWriter extends Object implements jakarta.ws.rs.ext.MessageBodyWriter<URL>
Author:
Bogdan Stefanescu
  • Constructor Details

    • URLWriter

      public URLWriter()
  • Method Details

    • writeTo

      public void writeTo(URL t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException
      Specified by:
      writeTo in interface jakarta.ws.rs.ext.MessageBodyWriter<URL>
      Throws:
      IOException
    • getSize

      public long getSize(URL arg0, Class<?> arg1, Type arg2, Annotation[] arg3, jakarta.ws.rs.core.MediaType arg4)
      Specified by:
      getSize in interface jakarta.ws.rs.ext.MessageBodyWriter<URL>
    • isWriteable

      public boolean isWriteable(Class<?> arg0, Type type, Annotation[] arg2, jakarta.ws.rs.core.MediaType arg3)
      Specified by:
      isWriteable in interface jakarta.ws.rs.ext.MessageBodyWriter<URL>