Class InternalRewriteMap


  • public class InternalRewriteMap
    extends java.lang.Object
    Utility class providing built-in rewrite map implementations.
    • Method Detail

      • toMap

        public static RewriteMap toMap​(java.lang.String name)
        Get a built-in RewriteMap by name.
        Parameters:
        name - the map name (toupper, tolower, escape, unescape)
        Returns:
        the RewriteMap implementation, or null if not found