com.aoindustries.website.skintags
Interface MetasAttribute

All Known Implementing Classes:
ChildTag, PageTag, ParentTag

public interface MetasAttribute

Something with a set of meta data.

Author:
AO Industries, Inc.

Method Summary
 void addMeta(Meta meta)
           
 java.util.Collection<Meta> getMetas()
           
 

Method Detail

getMetas

java.util.Collection<Meta> getMetas()

addMeta

void addMeta(Meta meta)