public class DefaultContextAttributeMapping extends Object implements ContextAttributeMapping
Constructor and Description |
---|
DefaultContextAttributeMapping(String context,
String attributeName,
String attributeValue) |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Returns the attribute name associated with this mapping.
|
KeyValuePermission |
getAttributePermission()
Returns a
KeyValuePermission object that has been created from
the parsed attribute value. |
String |
getAttributeValue()
Gets the attribute value for this mapping.
|
String |
getContext()
Returns the context of the attribute
|
String |
toString() |
public String getAttributeName()
ContextAttributeMapping
getAttributeName
in interface ContextAttributeMapping
public String getAttributeValue()
ContextAttributeMapping
getAttributeValue
in interface ContextAttributeMapping
public KeyValuePermission getAttributePermission()
ContextAttributeMapping
KeyValuePermission
object that has been created from
the parsed attribute value.getAttributePermission
in interface ContextAttributeMapping
public String getContext()
ContextAttributeMapping
getContext
in interface ContextAttributeMapping
This work is licensed under a Creative Commons Attribution 4.0 International License.