Interface CollectionInfo

    • Method Detail

      • getHref

        String getHref​(RequestContext request)
        Deprecated.
        Get the value of the app:collection element's href attribute. This must not be null
      • getTitle

        String getTitle​(RequestContext request)
        Deprecated.
        Get the value of the app:collection element's atom:title element. This assumes that the title will be type="text". This must not be null;
      • getAccepts

        String[] getAccepts​(RequestContext request)
        Deprecated.
        Returns an array of MIME media types for the app:collection element's app:accept elements. These tell a client which media types the collection will accept on a POST
      • getCategoriesInfo

        CategoriesInfo[] getCategoriesInfo​(RequestContext request)
        Deprecated.
        Return the collection of CategoriesInfo objects for the app:collection element's app:categories elements. These tell a client which atom:category elements are defined for use in the collections atom:entries
      • asCollectionElement

        org.apache.abdera.model.Collection asCollectionElement​(RequestContext request)
        Deprecated.
        Converts this to an instance of the FOM Collection interface