Class URLPatternList


  • public class URLPatternList
    extends java.lang.Object
    Version:
    October 10, 2016
    Author:
    Javier Rojas Blum
    • Constructor Summary

      Constructors 
      Constructor Description
      URLPatternList()  
      URLPatternList​(java.util.List<java.lang.String> urlPatternList)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addListEntry​(java.lang.String urlPattern)  
      boolean isUrlListed​(java.lang.String uri)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • URLPatternList

        public URLPatternList()
      • URLPatternList

        public URLPatternList​(java.util.List<java.lang.String> urlPatternList)
    • Method Detail

      • isUrlListed

        public boolean isUrlListed​(java.lang.String uri)
      • addListEntry

        public void addListEntry​(java.lang.String urlPattern)