AbacSupport.BasicAttributespublic interface AbacSupport
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
AbacSupport.BasicAttributes |
Implements
AbacSupport interface and supports adding attributes. |
| Modifier and Type | Method | Description |
|---|---|---|
default java.util.Optional<java.lang.Object> |
getAttribute(java.lang.String key) |
Get the property (optional) value.
|
java.util.Collection<java.lang.String> |
getAttributeNames() |
A collection of all property names in this container.
|
java.lang.Object |
getAttributeRaw(java.lang.String key) |
Return the actual property value or null if not present.
|
java.lang.Object getAttributeRaw(java.lang.String key)
key - key (name) of the propertyjava.util.Collection<java.lang.String> getAttributeNames()
default java.util.Optional<java.lang.Object> getAttribute(java.lang.String key)
key - key (name) of the propertyCopyright © 2018 Oracle Corporation. All rights reserved.