Class RegexFactory

java.lang.Object
org.exoplatform.web.controller.router.RegexFactory
All Implemented Interfaces:
Cloneable

public abstract class RegexFactory extends Object implements Cloneable
  • Field Details

  • Constructor Details

    • RegexFactory

      protected RegexFactory()
  • Method Details

    • compile

      public abstract Regex compile(String pattern)
    • getName

      public abstract String getName()