Interface PageFlowSiteInfo
- All Superinterfaces:
org.hippoecm.hst.configuration.channel.ChannelInfo
public interface PageFlowSiteInfo
extends org.hippoecm.hst.configuration.channel.ChannelInfo
Default Page Flow module based
ChannelInfo
definition,
allowing to configure the identifier of the default Page Flow of the channel
and the default resource bundle ID(s) (as comma separated string) for the channel.-
Method Summary
Modifier and TypeMethodDescriptionReturn the identifier of the default Page Flow of this channel.Return the default (comma-separated) resource bundle ID(s) of this channel.Methods inherited from interface org.hippoecm.hst.configuration.channel.ChannelInfo
getProperties
-
Method Details
-
getDefaultPageFlowId
String getDefaultPageFlowId()Return the identifier of the default Page Flow of this channel.- Returns:
- the identifier of the default Page Flow of this channel
-
getDefaultResourceBundleIds
String getDefaultResourceBundleIds()Return the default (comma-separated) resource bundle ID(s) of this channel.- Returns:
- the default (comma-separated) resource bundle ID(s) of this channel
-