Package com.day.cq.dam.scene7.api.model
Interface Scene7ViewerConfig
- 
public interface Scene7ViewerConfigConfiguration information about a Scene7 viewer 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Scene7ConfigSetting>getSettingsList()The list of settings for the viewerjava.lang.StringgetType()The type of viewer the configuration is for 
 - 
 
- 
- 
Method Detail
- 
getType
@Nonnull java.lang.String getType()
The type of viewer the configuration is for- Returns:
 - the type of viewer
 
 
- 
getSettingsList
java.util.List<Scene7ConfigSetting> getSettingsList()
The list of settings for the viewer- Returns:
 - The (unmodifiable) list of settings for the viewer
 
 
 - 
 
 -