|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferAttribute | |
---|---|
org.n52.security.common.artifact |
Uses of TransferAttribute in org.n52.security.common.artifact |
---|
Classes in org.n52.security.common.artifact that implement TransferAttribute | |
---|---|
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. |
Fields in org.n52.security.common.artifact with type parameters of type TransferAttribute | |
---|---|
protected Map<String,TransferAttribute> |
TransferableImpl.m_attributes
Attributes associated with this instnace. |
Methods in org.n52.security.common.artifact that return TransferAttribute | |
---|---|
TransferAttribute |
Transferable.getAttribute(String pName)
Gets the TransferAttribute which are stored under pName. |
TransferAttribute |
TransferableImpl.getAttribute(String pName)
|
Methods in org.n52.security.common.artifact that return types with arguments of type TransferAttribute | |
---|---|
Collection<TransferAttribute> |
Transferable.getAttributes()
Returns the Collection of TransferAttributes which stored in. |
Collection<TransferAttribute> |
TransferableImpl.getAttributes()
|
Methods in org.n52.security.common.artifact with parameters of type TransferAttribute | |
---|---|
void |
Transferable.addAttribute(TransferAttribute pAttribute)
Adds a Attribute to the Set and stores it under pAttribute.getName(). |
void |
TransferableImpl.addAttribute(TransferAttribute pAttribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |