Interface RuntimeAttributesProvider
- 
public interface RuntimeAttributesProvider 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetaPropertyCollectiongetRuntimeAttributes()Runtime Attributes are arbitrary pieces of information used by the tag providers/tag stores. 
 - 
 
- 
- 
Method Detail
- 
getRuntimeAttributes
MetaPropertyCollection getRuntimeAttributes()
Runtime Attributes are arbitrary pieces of information used by the tag providers/tag stores. Only they should really use it, but obviously the data should be cloned if the item is. 
 - 
 
 -