public class UrlPath
extends java.lang.Object
Encapsulate the logic to compare an incoming URL path with a route entry path.
Note we can’t do simple String match as route entry path might contains the dynamic part
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static UrlPath |
of(java.lang.CharSequence path) |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static UrlPath of(java.lang.CharSequence path)
Copyright © 2014–2017 ActFramework. All rights reserved.