LinkListExtension extension
Properties
- allAreAudio → bool
-
Available on List<
Returns whether all the resources in the collection are audio clips.Link> , provided by the LinkListExtension extensionno setter - allAreBitmap → bool
-
Available on List<
Returns whether all the resources in the collection are bitmaps.Link> , provided by the LinkListExtension extensionno setter - allAreHtml → bool
-
Available on List<
Returns whether all the resources in the collection are HTML documents.Link> , provided by the LinkListExtension extensionno setter - allAreVideo → bool
-
Available on List<
Returns whether all the resources in the collection are video clips.Link> , provided by the LinkListExtension extensionno setter
Methods
-
allMatchMediaType(
MediaType mediaType) → bool -
Available on List<
Returns whether all the resources in the collection are matching the given media type.Link> , provided by the LinkListExtension extension -
allMatchMediaTypes(
List< MediaType> mediaTypes) → bool -
Available on List<
Returns whether all the resources in the collection are matching any of the given media types.Link> , provided by the LinkListExtension extension -
deepLinkWithHref(
String href) → Link? -
Available on List<
Link> , provided by the LinkListExtension extension -
filterByMediaType(
MediaType mediaType) → List< Link> -
Available on List<
Finds all the links matching the given media type.Link> , provided by the LinkListExtension extension -
filterByMediaTypes(
List< MediaType> mediaTypes) → List<Link> -
Available on List<
Finds all the links matching any of the given media types.Link> , provided by the LinkListExtension extension -
filterByRel(
String rel) → List< Link> -
Available on List<
Finds all the links with the given relation.Link> , provided by the LinkListExtension extension -
firstWithHref(
String href) → Link? -
Available on List<
Finds the first link matching the given HREF.Link> , provided by the LinkListExtension extension -
firstWithMediaType(
MediaType mediaType) → Link? -
Available on List<
Finds the first link matching the given media type.Link> , provided by the LinkListExtension extension -
firstWithRel(
String rel) → Link? -
Available on List<
Finds the first link with the given relation.Link> , provided by the LinkListExtension extension -
hrefCommonFirstComponent(
) → File? -
Available on List<
Returns a File to the directory containing all links, if there is such a directory.Link> , provided by the LinkListExtension extension -
indexOfFirstWithHref(
String href) → int? -
Available on List<
Returns the first Link with the givenLink> , provided by the LinkListExtension extensionhref
, or null if not found.