Package | Description |
---|---|
org.n52.security.common.artifact |
Modifier and Type | Class and Description |
---|---|
class |
HttpHeaderAttribute
HTTP header field as a key-value pair of strings.
|
class |
SimpleTransferAttribute
Simple transfer attribute that holds an object instance identified by a string.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,TransferAttribute> |
TransferableImpl.m_attributes
Attributes associated with this instnace.
|
Modifier and Type | Method and Description |
---|---|
TransferAttribute |
TransferableImpl.getAttribute(String pName) |
TransferAttribute |
Transferable.getAttribute(String pName)
Gets the TransferAttribute which are stored under pName.
|
Modifier and Type | Method and Description |
---|---|
Collection<TransferAttribute> |
TransferableImpl.getAttributes() |
Collection<TransferAttribute> |
Transferable.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
TransferableImpl.addAttribute(TransferAttribute pAttribute) |
void |
Transferable.addAttribute(TransferAttribute pAttribute)
Adds an attribute to the set and stores it under pAttribute.getName().
|
Copyright © 2004–2017 52north.org. All rights reserved.