Uses of Class
org.hippoecm.hst.configuration.channel.Channel

Packages that use Channel
org.hippoecm.hst.configuration.channel   
 

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

Methods in org.hippoecm.hst.configuration.channel that return Channel
 Channel BlueprintService.createChannel()
           
 Channel Blueprint.createChannel()
          Creates a new channel with ID 'null'.
 Channel ChannelManagerEvent.getChannel()
          Returns the channel which was used as an input during channel creation or update.
 Channel ChannelManagerImpl.getChannel(String jcrPath)
           
 Channel ChannelManager.getChannel(String channelPath)
          Returns the channel configured at the given JCR path.
static Channel ChannelPropertyMapper.readChannel(javax.jcr.Node channelNode)
           
 

Methods in org.hippoecm.hst.configuration.channel that return types with arguments of type Channel
 Map<String,Channel> ChannelManagerImpl.getChannels()
           
 Map<String,Channel> ChannelManager.getChannels()
          List all managed channels, identified by their channel IDs
 

Methods in org.hippoecm.hst.configuration.channel with parameters of type Channel
<T extends ChannelInfo>
T
ChannelManagerImpl.getChannelInfo(Channel channel)
           
<T extends ChannelInfo>
T
ChannelManager.getChannelInfo(Channel channel)
          The channel info for this channel.
 Class<? extends ChannelInfo> ChannelManagerImpl.getChannelInfoClass(Channel channel)
           
 Class<? extends ChannelInfo> ChannelManager.getChannelInfoClass(Channel channel)
          The channel info class for this channel.
 List<HstPropertyDefinition> ChannelManagerImpl.getPropertyDefinitions(Channel channel)
           
 List<HstPropertyDefinition> ChannelManager.getPropertyDefinitions(Channel channel)
           
 ResourceBundle ChannelManagerImpl.getResourceBundle(Channel channel, Locale locale)
           
 ResourceBundle ChannelManager.getResourceBundle(Channel channel, Locale locale)
          The resource bundle for the channel info.
 String ChannelManagerImpl.persist(String blueprintId, Channel channel)
           
 String ChannelManager.persist(String blueprintId, Channel channel)
          Persists a channel.
 void ChannelManagerImpl.save(Channel channel)
           
 void ChannelManager.save(Channel channel)
          Save channel properties.
static void ChannelPropertyMapper.saveChannel(javax.jcr.Node channelNode, Channel channel)
           
 

Constructors in org.hippoecm.hst.configuration.channel with parameters of type Channel
Channel(Channel orig)
          Copy constructor; create an independent copy of a channel.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.