public class PathModifiers
extends java.lang.Object
WebUtil.getPathWithoutAuthenticationType(String)| Modifier and Type | Class and Description |
|---|---|
static interface |
PathModifiers.PathModifier |
| Modifier and Type | Field and Description |
|---|---|
static jetbrains.buildServer.web.util.PathModifiers.BeforeSpringContextInitializedMatchers |
BEFORE_SPRING_CONTEXT_INITIALIZED_MATCHERS |
| Constructor and Description |
|---|
PathModifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
java.lang.String |
modifyPath(java.lang.String path) |
void |
registerPathModifier(PathModifiers.PathModifier pathModifier) |
public static final jetbrains.buildServer.web.util.PathModifiers.BeforeSpringContextInitializedMatchers BEFORE_SPRING_CONTEXT_INITIALIZED_MATCHERS
public void init()
public void registerPathModifier(@NotNull
PathModifiers.PathModifier pathModifier)
public java.lang.String modifyPath(@NotNull
java.lang.String path)