public class SimplePathInfo extends Object
Modifier and Type | Method and Description |
---|---|
String |
getChildResourceName() |
String |
getMainResourceName() |
String |
getResourcePath() |
String |
getResourcePathInfo() |
boolean |
isChild() |
boolean |
isMain() |
boolean |
isRoot() |
static SimplePathInfo |
parsePathInfo(String resourceRoot,
String requestPath) |
public String getResourcePathInfo()
public String getMainResourceName()
public String getChildResourceName()
public boolean isRoot()
public boolean isMain()
public boolean isChild()
public String getResourcePath()
public static SimplePathInfo parsePathInfo(String resourceRoot, String requestPath)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.