Interface RuntimeAttributesProvider
- 
 public interface RuntimeAttributesProvider
- 
- 
Method SummaryAll 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- 
getRuntimeAttributesMetaPropertyCollection 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.
 
- 
 
-