Class InternalRewriteMap

java.lang.Object
org.apache.catalina.valves.rewrite.InternalRewriteMap

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

    • toMap

      public static RewriteMap toMap(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