Class CmsRemoveInnerNameFallback

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.regex.Pattern PATTERN
      Regex pattern instance.
      static java.lang.String REGEX_STR
      Regex string.
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsRemoveInnerNameFallback​(java.lang.String config)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.common.base.Optional<java.lang.String> getFallbackKey​(java.lang.String key)
      Gets the fallback key for the given key, or the absent value if there is no fallback key.
      java.lang.String substituteMatch​(java.lang.String string, java.util.regex.Matcher matcher)
      Should return the substitution for the current match of the matcher.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait