Package com.day.cq.dam.scene7.api.model
Interface Scene7ViewerConfig
public interface Scene7ViewerConfig
Configuration information about a Scene7 viewer
-
Method Summary
Modifier and TypeMethodDescriptionThe list of settings for the viewergetType()The type of viewer the configuration is for
-
Method Details
-
getType
String getType()The type of viewer the configuration is for- Returns:
- the type of viewer
-
getSettingsList
List<Scene7ConfigSetting> getSettingsList()The list of settings for the viewer- Returns:
- The (unmodifiable) list of settings for the viewer
-