Interface ILinkedDataFragmentRequest

    • Method Detail

      • getFragmentURL

        String getFragmentURL()
        Returns the URL of the requested LDF.
        Returns:
      • getDatasetURL

        String getDatasetURL()
        Returns the URL of the dataset to which the requested LDF belongs.
        Returns:
      • isPageRequest

        boolean isPageRequest()
        Returns true if the request is for a specific page of the requested fragment. In this case, getPageNumber() can be used to obtain the requested page number.
        Returns:
      • getPageNumber

        long getPageNumber()
        Returns the number of the page requested for the LDF; if this is not a page-based request (that is, if isPageRequest() returns true), then this method returns 1.
        Returns: