DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.security.access
Class UrlPattern

java.lang.Object
  extended by org.dlese.dpc.schemedit.security.access.UrlPattern

public class UrlPattern
extends Object


Method Summary
static String getPattern1(String path)
          returns null if the path cannot be converted into a pattern
 List getPatterns()
           
static List getTestPatterns()
           
static String getUrlMapping(String path)
           
static void main(String[] args)
           
 boolean match(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPatterns

public List getPatterns()

getTestPatterns

public static List getTestPatterns()

match

public boolean match(String path)

getUrlMapping

public static String getUrlMapping(String path)

getPattern1

public static String getPattern1(String path)
returns null if the path cannot be converted into a pattern


main

public static void main(String[] args)

DLESE Tools
v1.6.0