Class Slugifier


  • @API(type=INTERNAL,
         src=PUBLIC)
    public class Slugifier
    extends java.lang.Object
    Computes a slug from an arbitrary string.
    • Constructor Summary

      Constructors 
      Constructor Description
      Slugifier()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String slugify​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

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

      • Slugifier

        public Slugifier()
    • Method Detail

      • slugify

        public java.lang.String slugify​(java.lang.String input)
        Parameters:
        input - The text.
        Returns:
        The corresponding slug.