java.lang.Object
org.exoplatform.web.controller.router.Regex
Direct Known Subclasses:
Regex.Java

public abstract class Regex extends Object
Author:
Julien Viet
  • Field Details

    • NO_MATCHES

      public static final Regex.Match[] NO_MATCHES
      .
    • NULL_MATCH

      public static final Regex.Match NULL_MATCH
      .
  • Constructor Details

    • Regex

      public Regex()
  • Method Details

    • getPattern

      public abstract String getPattern()
    • matcher

      public abstract Regex.Matcher matcher()