public class PathHelper extends Object
Modifier and Type | Field and Description |
---|---|
static char |
closeCurlyReplacement |
static char |
openCurlyReplacement |
static String |
URI_PARAM_NAME_REGEX |
static Pattern |
URI_PARAM_PATTERN |
static String |
URI_PARAM_REGEX |
static String |
URI_PARAM_REGEX_REGEX |
static String |
URI_PARAM_WITH_REGEX |
static Pattern |
URI_PARAM_WITH_REGEX_PATTERN |
static String |
URI_PARAM_WITHOUT_REGEX |
static Pattern |
URI_PARAM_WITHOUT_REGEX_PATTERN |
static Pattern |
URI_TEMPLATE_PATTERN
A regex pattern that searches for a URI template parameter in the form of {*}
|
static String |
URI_TEMPLATE_REPLACE_PATTERN |
Constructor and Description |
---|
PathHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getEncodedPathInfo(String path,
String contextPath) |
static String |
recoverEnclosedCurlyBraces(String str) |
static String |
replaceEnclosedCurlyBraces(String str) |
public static final String URI_PARAM_NAME_REGEX
public static final String URI_PARAM_REGEX_REGEX
public static final String URI_PARAM_REGEX
public static final String URI_PARAM_WITH_REGEX
public static final String URI_PARAM_WITHOUT_REGEX
public static final Pattern URI_PARAM_PATTERN
public static final Pattern URI_PARAM_WITH_REGEX_PATTERN
public static final Pattern URI_PARAM_WITHOUT_REGEX_PATTERN
public static final Pattern URI_TEMPLATE_PATTERN
public static final String URI_TEMPLATE_REPLACE_PATTERN
public static final char openCurlyReplacement
public static final char closeCurlyReplacement
Copyright © 2014. All Rights Reserved.