Uses of Class
org.fcrepo.http.commons.domain.PreferTag
-
Packages that use PreferTag Package Description org.fcrepo.http.commons.domain Annotations for working with org.fcrepo.http.api.FedoraNodes.org.fcrepo.http.commons.domain.ldp LDP domain-specific utilities. -
-
Uses of PreferTag in org.fcrepo.http.commons.domain
Methods in org.fcrepo.http.commons.domain that return PreferTag Modifier and Type Method Description static PreferTagPreferTag. emptyTag()Create an empty PreferTagPreferTagSinglePrefer. getHandling()Get the return tag, or a blank default, if none exists.PreferTagSinglePrefer. getReturn()Get the return tag, or a blank default, if none exists.Methods in org.fcrepo.http.commons.domain that return types with arguments of type PreferTag Modifier and Type Method Description protected Set<PreferTag>SinglePrefer. preferTags()Methods in org.fcrepo.http.commons.domain with parameters of type PreferTag Modifier and Type Method Description intPreferTag. compareTo(PreferTag otherTag)We consider tags with the same name to be equal, because the definition of Prefer headers does not permit that tags with the same name be consumed except by selecting for the first appearing tag.Constructors in org.fcrepo.http.commons.domain with parameters of type PreferTag Constructor Description PreferTag(PreferTag preferTag)Create a new PreferTag from an existing tag -
Uses of PreferTag in org.fcrepo.http.commons.domain.ldp
Subclasses of PreferTag in org.fcrepo.http.commons.domain.ldp Modifier and Type Class Description classLdpPreferTagA subclass ofPreferTagthat contemplates the possible preferences for Linked Data Platform requests.Constructors in org.fcrepo.http.commons.domain.ldp with parameters of type PreferTag Constructor Description LdpPreferTag(PreferTag preferTag)Standard constructor.
-