public class UrlPathInfo extends Object
| Constructor and Description |
|---|
UrlPathInfo(String path)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParts()
Returns the path parts.
|
String |
getPath()
Returns the raw path passed into this object.
|
boolean |
isTrailingSlash()
Returns
|
ObjectMap |
toMap()
Converts this object to a map.
|
String |
toString() |
public UrlPathInfo(String path)
path - The path.public String getPath()
public boolean isTrailingSlash()
public ObjectMap toMap()
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.