org.hippoecm.hst.configuration.channel
Class ChannelPropertyMapper

java.lang.Object
  extended by org.hippoecm.hst.configuration.channel.ChannelPropertyMapper

public class ChannelPropertyMapper
extends Object


Method Summary
static Object jcrToJava(javax.jcr.Value value, HstValueType type)
           
static Channel readChannel(javax.jcr.Node channelNode)
           
static void saveChannel(javax.jcr.Node channelNode, Channel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readChannel

public static Channel readChannel(javax.jcr.Node channelNode)
                           throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

saveChannel

public static void saveChannel(javax.jcr.Node channelNode,
                               Channel channel)
                        throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

jcrToJava

public static Object jcrToJava(javax.jcr.Value value,
                               HstValueType type)
                        throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException


Copyright © 2008-2012 Hippo. All Rights Reserved.