Class DummyURLShortener

  • All Implemented Interfaces:
    IURLShortener

    public class DummyURLShortener
    extends Object
    Dummy implementation that returns the same URL.
    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

      • DummyURLShortener

        public DummyURLShortener()