Content

public interface Content

Abstract representation of CMS Lite content. Identified by name and language.

Methods

getLanguage

String getLanguage()

Returns the language of this content. Each content should have a language associated with it.

Returns:the language of this content

getMetadata

Map<String, String> getMetadata()

Returns the metadata for this content. The metadata is a string-string map.

Returns:the metadata for this content

getName

String getName()

Returns the name identifying this content.

Returns:the name of this content