static ResolvePathHandler.Builder |
ResolvePathHandler.Builder.of(String operationName,
PathManager pathManager) |
Deprecated.
|
static ResolvePathHandler.Builder |
ResolvePathHandler.Builder.of(PathManager pathManager) |
Creates a builder with the default operation name of resolve-path.
|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setCheckAbsolutePath(boolean checkAbsolutePath) |
Sets whether the path is absolute and should ignore the relative-to value.
|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setDeprecated(ModelVersion since) |
|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setParentAttribute(AttributeDefinition parentAttribute) |
Sets the parent attribute that the relative-to and path attributes are children of.
|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setPathAttribute(AttributeDefinition pathAttribute) |
Sets the path attribute.
|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setRelativeToAttribute(AttributeDefinition relativeToAttribute) |
Sets the relative-to attribute.
|