Class ExternalContentHandling


  • public class ExternalContentHandling
    extends Object
    Constants for external content handling defined by the Fedora specification, used to determine how to process the external content URI.
    Author:
    bbpennel
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String COPY
      Requests that the server dereference the external content URI and treat that as if it were the entity body of the request.
      static String PROXY
      Requests that the server record the location of the external content and handle requests for that content by proxying.
      static String REDIRECT
      Requests that the server record the location of the external content and handle requests for that content using HTTP redirect responses with the Content-Location header specifying the external content location
    • Field Detail

      • COPY

        public static final String COPY
        Requests that the server dereference the external content URI and treat that as if it were the entity body of the request.
        See Also:
        Constant Field Values
      • REDIRECT

        public static final String REDIRECT
        Requests that the server record the location of the external content and handle requests for that content using HTTP redirect responses with the Content-Location header specifying the external content location
        See Also:
        Constant Field Values
      • PROXY

        public static final String PROXY
        Requests that the server record the location of the external content and handle requests for that content by proxying.
        See Also:
        Constant Field Values