public class MetaAttributeContext extends Object
Constructor and Description |
---|
MetaAttributeContext() |
MetaAttributeContext(MetaAttributeContext parentContext) |
Modifier and Type | Method and Description |
---|---|
void |
add(MetaAttribute metaAttribute) |
Iterable<String> |
getKeys() |
Iterable<String> |
getLocalKeys() |
MetaAttribute |
getLocalMetaAttribute(String key) |
MetaAttribute |
getMetaAttribute(String key) |
public MetaAttributeContext()
public MetaAttributeContext(MetaAttributeContext parentContext)
public MetaAttribute getMetaAttribute(String key)
public MetaAttribute getLocalMetaAttribute(String key)
public void add(MetaAttribute metaAttribute)
Copyright © 2018 JBoss by Red Hat. All rights reserved.