Interface PageConfiguration
-
- All Superinterfaces:
BaseAsset
,NamedAsset
public interface PageConfiguration extends NamedAsset
Represents a page configuration- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getExtension()
Returns the output extension.-
Methods inherited from interface com.hannonhill.cascade.api.asset.common.BaseAsset
getAssetId, getAssetType, getIdentifer
-
Methods inherited from interface com.hannonhill.cascade.api.asset.common.NamedAsset
getLabel, getName, setName
-
-