Class VirtualZoneConfiguration
java.lang.Object
org.ametys.web.repository.page.virtual.VirtualZoneConfiguration
Virtual page's zone configuration
-
Constructor Summary
ConstructorDescriptionVirtualZoneConfiguration
(Configuration configuration) The constructor of virtual page's zone configuration -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Get the id of the zoneGet the zone item configuration of the zone, for a given idGet the zone items configurations of the zone
-
Constructor Details
-
VirtualZoneConfiguration
The constructor of virtual page's zone configuration- Parameters:
configuration
- The configuration- Throws:
ConfigurationException
- If an error occurs
-
-
Method Details
-
getId
Get the id of the zone- Returns:
- The id of the zone
-
getZoneItemsConfigurations
Get the zone items configurations of the zone- Returns:
- collection of VirtualPageZoneItemConfiguration
-
getZoneItemConfiguration
Get the zone item configuration of the zone, for a given id- Parameters:
id
- the id- Returns:
- the VirtualPageZoneItemConfiguration for the given id, null if none was found
-