Class AbstractURLFactory

    • Constructor Detail

      • AbstractURLFactory

        public AbstractURLFactory()
    • Method Detail

      • createURLKey

        public String createURLKey​(String url)
        Description copied from interface: IURLFactory
        transform url to a unic string represent information (sp. : without extension).
        Specified by:
        createURLKey in interface IURLFactory
        Returns:
      • staticCleanString

        protected static String staticCleanString​(String text)
      • cleanString

        protected String cleanString​(String text)
      • addAndCheckExistURL

        protected boolean addAndCheckExistURL​(MenuElement page,
                                              String url)
        check if url allready exist, and add in the set if not.
        Parameters:
        url -
        Returns:
        true if url allready exist on other page, false otherwise