Class ExtensionURLPattern


  • public class ExtensionURLPattern
    extends URLPattern
    Created by sunilp on 7/10/15.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String requestURI)
      This method, takes a request URI, and checks whether this uri matches this pattern or not.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • matches

        public boolean matches​(java.lang.String requestURI)
        Description copied from class: URLPattern
        This method, takes a request URI, and checks whether this uri matches this pattern or not. if matches will return true. else returns false.
        Specified by:
        matches in class URLPattern
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object