Package com.wavemaker.commons.pattern
Class ExactURLPattern
- java.lang.Object
-
- com.wavemaker.commons.pattern.URLPattern
-
- com.wavemaker.commons.pattern.ExactURLPattern
-
public class ExactURLPattern extends URLPattern
Created by sunilp on 7/10/15.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(java.lang.String requestURI)This method, takes a request URI, and checks whether this uri matches this pattern or not.java.lang.StringtoString()-
Methods inherited from class com.wavemaker.commons.pattern.URLPattern
constructPattern, getPatternString
-
-
-
-
Method Detail
-
matches
public boolean matches(java.lang.String requestURI)
Description copied from class:URLPatternThis 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:
matchesin classURLPattern
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-