This project has retired. For details please refer to its Attic page.

Uses of Class
org.apache.abdera.i18n.rfc4646.Range

Packages that use Range
org.apache.abdera.i18n.rfc4646   
org.apache.abdera.protocol.client.util   
 

Uses of Range in org.apache.abdera.i18n.rfc4646
 

Methods in org.apache.abdera.i18n.rfc4646 that return Range
 Range Range.append(Subtag subtag)
          Append a subtag to the range
 Range Range.appendWildcard()
          Append a wildcard subtag to the range
 Range Lang.asRange()
          Get this Lang as a Language-Range for use with matching
 Range Range.clone()
          Copy this range
static Range Range.parse(String range)
          Parse the language-range
static Range Range.parse(String range, boolean extended)
          Parse the language-range
 Range Range.toBasicRange()
          Create a basic language-range from this range
 

Uses of Range in org.apache.abdera.protocol.client.util
 

Methods in org.apache.abdera.protocol.client.util with parameters of type Range
static Link[] LocalizationHelper.selectAlternate(Entry entry, Range... ranges)
           
static Link[] LocalizationHelper.selectAlternate(Entry entry, Range range)
           
static Link[] LocalizationHelper.selectAlternate(List<Link> links, Range... ranges)
           
static Link[] LocalizationHelper.selectAlternate(List<Link> links, Range range)
           
static Link[] LocalizationHelper.selectAlternate(Source source, Range... ranges)
           
static Link[] LocalizationHelper.selectAlternate(Source source, Range range)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.