public class FlowNameUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FLOW_NAME_SEPARATOR |
static String |
URL_RESOURCE_SEPARATOR |
| Constructor and Description |
|---|
FlowNameUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String value)
transform specials chars value -> key if found in parameter value
|
static String |
encode(String value)
transform special chars keys -> value if found in parameter value
|
static String |
encodeColons(String s) |
static String |
getAction(Matcher flowNameMatcher) |
static Optional<String> |
getConfig(Matcher flowNameMatcher,
Collection<String> existingConfigs) |
static Matcher |
getMatcher(String flowName) |
static Optional<String> |
getMimeType(Matcher flowNameMatcher,
Collection<String> existingConfigs) |
static String |
getResource(Matcher flowNameMatcher) |
static String |
getResource(String flowName) |
public static final String FLOW_NAME_SEPARATOR
public static final String URL_RESOURCE_SEPARATOR
public static String encode(String value)
value - public static String decode(String value)
value - public static Optional<String> getMimeType(Matcher flowNameMatcher, Collection<String> existingConfigs)
public static Optional<String> getConfig(Matcher flowNameMatcher, Collection<String> existingConfigs)
Copyright © 2022. All rights reserved.