Class VirtualZoneItemConfiguration
java.lang.Object
org.ametys.web.repository.page.virtual.VirtualZoneItemConfiguration
Virtual page zone's zone item configuration
-
Constructor Summary
ConstructorDescriptionVirtualZoneItemConfiguration
(Configuration configuration, VirtualZoneConfiguration parentZoneConfiguration) The constructor of virtual page's zone item configuration -
Method Summary
-
Constructor Details
-
VirtualZoneItemConfiguration
public VirtualZoneItemConfiguration(Configuration configuration, VirtualZoneConfiguration parentZoneConfiguration) throws ConfigurationException The constructor of virtual page's zone item configuration- Parameters:
configuration
- The configurationparentZoneConfiguration
- The parent's configuration- Throws:
ConfigurationException
- If an error occurs
-
-
Method Details
-
getZoneType
Get the type of zone item- Returns:
- The
ZoneType
of the zone item
-
getName
Get the name of the zone item- Returns:
- The name of the zone item
-
getServiceId
Get the service id- Returns:
- The id of the service
-
getView
Get the view- Returns:
- The view
-
getConfiguration
Get the service parameters configurations of the zone item- Returns:
- a list of
Configuration
for the services paramters
-
getParentZoneConfiguration
Get the configuration of the zone parent- Returns:
- The
VirtualPageZoneConfiguration
of the zone.
-
getParentZoneName
Get the name of the parent zone.- Returns:
- The name of the parent zone
-