public class RequestableKeyValidator extends Object
Requestable sub-type.| Constructor and Description |
|---|
RequestableKeyValidator(Set<String> rootPageKeys) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWebResource(String requestableDependencyKey)
Verifies whether a resource key represents a web resource or not.
|
static boolean |
isWebResourceContext(String requestableDependencyKey)
Verifies whether a resource key represents a resource context or not.
|
public static boolean isWebResourceContext(@Nonnull String requestableDependencyKey)
requestableDependencyKey - The requestable resource key.true: The web resource key is a web resource context.
false: The web resource key is not a web resource context.
public boolean isWebResource(@Nonnull String requestableDependencyKey)
requestableDependencyKey - The requestable resource key.true: The web resource key is a web resource context.
false: The web resource key is not a web resource context.
Copyright © 2024 Atlassian. All rights reserved.