| Constructor and Description |
|---|
MetadataRegistry(ResourceDescriptionRegistry resourceDescriptionRegistry,
SecurityContextRegistry securityContextRegistry,
Capabilities capabilities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(AddressTemplate template) |
boolean |
jsContains(Object template)
Checks whether there's a metadata for the specified template.
|
Metadata |
jsLookup(Object template)
Returns metadata associated with the specified address template.
|
Metadata |
lookup(AddressTemplate template) |
@Inject @JsIgnore public MetadataRegistry(ResourceDescriptionRegistry resourceDescriptionRegistry, SecurityContextRegistry securityContextRegistry, Capabilities capabilities)
@JsIgnore public Metadata lookup(AddressTemplate template) throws MissingMetadataException
MissingMetadataException@JsIgnore public boolean contains(AddressTemplate template)
@JsMethod(name="contains") public boolean jsContains(Object template)
template - The address template to check.@JsMethod(name="lookup") public Metadata jsLookup(Object template) throws MissingMetadataException
template - The address template to lookup.MissingMetadataException - if no metadata for the given template existsCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.