Package grails.web

Class HyphenatedUrlConverter

  • All Implemented Interfaces:
    UrlConverter

    public class HyphenatedUrlConverter
    extends java.lang.Object
    implements UrlConverter
    URL converter that allows for hyphenated URLs
    Since:
    2.0
    • Method Summary

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

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

      • HyphenatedUrlConverter

        public HyphenatedUrlConverter()
    • Method Detail

      • toUrlElement

        public java.lang.String toUrlElement​(java.lang.String propertyOrClassName)
        Specified by:
        toUrlElement in interface UrlConverter