public class MetaAttributeContext
extends java.lang.Object
Constructor and Description |
---|
MetaAttributeContext() |
MetaAttributeContext(MetaAttributeContext parentContext) |
Modifier and Type | Method and Description |
---|---|
void |
add(MetaAttribute metaAttribute) |
java.lang.Iterable<java.lang.String> |
getKeys() |
java.lang.Iterable<java.lang.String> |
getLocalKeys() |
MetaAttribute |
getLocalMetaAttribute(java.lang.String key) |
MetaAttribute |
getMetaAttribute(java.lang.String key) |
public MetaAttributeContext()
public MetaAttributeContext(MetaAttributeContext parentContext)
public java.lang.Iterable<java.lang.String> getKeys()
public java.lang.Iterable<java.lang.String> getLocalKeys()
public MetaAttribute getMetaAttribute(java.lang.String key)
public MetaAttribute getLocalMetaAttribute(java.lang.String key)
public void add(MetaAttribute metaAttribute)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.