Class TinyURLShortener

  • All Implemented Interfaces:
    IURLShortener

    public class TinyURLShortener
    extends Object
    IURLShortener that uses the TinyURL URL shortening service.
    Since:
    6.1.0
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    • Field Detail

      • PARAMETER_URL

        public static final String PARAMETER_URL
        This is the URL parameter to be used in API URLs. This parameter will be replaced by the URL to be shortened.
        Since:
        6.1.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • TinyURLShortener

        public TinyURLShortener()