|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
ChannelManagerImpl.getChannelInfo(Channel channel)
|
|
|
ChannelManager.getChannelInfo(Channel channel)
The channel info for this channel. |
|
static
|
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
|
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 | ||
---|---|---|
|
MountService.getChannelInfo()
|
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |