Class LinkGeneratorBase

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LinkGeneratorBase()
      Empty constructor.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.String encode​(java.lang.Object o)
      Encodes object string value to be able to be part of url.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinkGeneratorBase

        protected LinkGeneratorBase()
        Empty constructor.
    • Method Detail

      • encode

        protected static java.lang.String encode​(java.lang.Object o)
        Encodes object string value to be able to be part of url.
        Parameters:
        o - encoded object
        Returns:
        encoded string