Uses of Interface
org.hippoecm.hst.configuration.channel.ChannelInfo

Packages that use ChannelInfo
org.hippoecm.hst.configuration.channel   
org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting 
 

Uses of ChannelInfo in org.hippoecm.hst.configuration.channel
 

Methods in org.hippoecm.hst.configuration.channel with type parameters of type ChannelInfo
<T extends ChannelInfo>
T
ChannelManagerImpl.getChannelInfo(Channel channel)
           
<T extends ChannelInfo>
T
ChannelManager.getChannelInfo(Channel channel)
          The channel info for this channel.
static
<T extends ChannelInfo>
T
ChannelUtils.getChannelInfo(Map<String,Object> values, Class<? extends ChannelInfo> parametersInfoType)
           
 

Methods in org.hippoecm.hst.configuration.channel that return types with arguments of type ChannelInfo
 Class<? extends ChannelInfo> ChannelManagerImpl.getChannelInfoClass(Channel channel)
           
 Class<? extends ChannelInfo> ChannelManager.getChannelInfoClass(Channel channel)
          The channel info class for this channel.
 

Method parameters in org.hippoecm.hst.configuration.channel with type arguments of type ChannelInfo
static
<T extends ChannelInfo>
T
ChannelUtils.getChannelInfo(Map<String,Object> values, Class<? extends ChannelInfo> parametersInfoType)
           
static List<HstPropertyDefinition> ChannelInfoClassProcessor.getProperties(Class<? extends ChannelInfo> channelInfoClass)
           
 

Uses of ChannelInfo in org.hippoecm.hst.configuration.hosting
 

Methods in org.hippoecm.hst.configuration.hosting with type parameters of type ChannelInfo
<T extends ChannelInfo>
T
MountService.getChannelInfo()
           
<T extends ChannelInfo>
T
Mount.getChannelInfo()
          The channel properties for this mount.
 

Methods in org.hippoecm.hst.configuration.hosting with parameters of type ChannelInfo
 void MountService.setChannelInfo(ChannelInfo channelInfo)
           
 void MutableMount.setChannelInfo(ChannelInfo info)
          Set the channel info for the mount.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.