Class BaseFrontendRegexUrlDecoder<T>

    • Constructor Detail

      • BaseFrontendRegexUrlDecoder

        public BaseFrontendRegexUrlDecoder()
    • Method Detail

      • translateId

        protected abstract T translateId​(java.lang.String id)
      • setRegex

        public void setRegex​(java.lang.String regex)
        Parameters:
        regex - the regex to set
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean