net.artima.place
Interface KeywordInfo

All Superinterfaces:
java.io.Serializable

public interface KeywordInfo
extends java.io.Serializable

A bundle of information that provides keywords that search engines spiders can optionally use when adding this resource to their database.


Method Summary
 java.lang.String[] getKeywords()
          Gets an array of keywords for this resource, suitable for presentation to users, under the current locale.
 java.lang.String[] getKeywords(java.util.Locale locale)
          Gets an array of keywords for this resource, suitable for presentation to users, under the specified locale.
 

Method Detail

getKeywords

public java.lang.String[] getKeywords()
Gets an array of keywords for this resource, suitable for presentation to users, under the current locale. Keywords are used by search engines to index the resource. The Strings in the returned array need not be in any particular order.

getKeywords

public java.lang.String[] getKeywords(java.util.Locale locale)
Gets an array of keywords for this resource, suitable for presentation to users, under the specified locale. Keywords are used by search engines to index the resource. The Strings in the returned array need not be in any particular order.