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

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

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

Methods in org.hippoecm.hst.configuration.channel that throw ChannelException
protected  String ChannelManagerImpl.createUniqueChannelId(String channelName, javax.jcr.Session session)
          Creates a unique ID for a channel.
 Blueprint ChannelManagerImpl.getBlueprint(String id)
           
 Blueprint ChannelManager.getBlueprint(String id)
          Retrieve a blue print from it's ID.
 List<Blueprint> ChannelManagerImpl.getBlueprints()
           
 List<Blueprint> ChannelManager.getBlueprints()
          The list of available blueprints
 Channel ChannelManagerImpl.getChannel(String jcrPath)
           
 Channel ChannelManager.getChannel(String channelPath)
          Returns the channel configured at the given JCR path.
<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.
 Map<String,Channel> ChannelManagerImpl.getChannels()
           
 Map<String,Channel> ChannelManager.getChannels()
          List all managed channels, identified by their channel IDs
 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.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.