org.hippoecm.hst.service
Class AbstractJCRService

java.lang.Object
  extended by org.hippoecm.hst.service.AbstractJCRService
All Implemented Interfaces:
Serializable, JCRService, Service

public abstract class AbstractJCRService
extends Object
implements JCRService, Serializable

See Also:
Serialized Form

Constructor Summary
AbstractJCRService(javax.jcr.Node jcrNode)
           
 
Method Summary
 void closeValueProvider(boolean closeChildServices)
          Closing a valueprovider means that the underlying value provider might be closed after calling this method, though this is up to the implementation.
 JCRValueProvider getValueProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hippoecm.hst.service.Service
getChildServices
 

Constructor Detail

AbstractJCRService

public AbstractJCRService(javax.jcr.Node jcrNode)
Method Detail

getValueProvider

public JCRValueProvider getValueProvider()
Specified by:
getValueProvider in interface JCRService
Specified by:
getValueProvider in interface Service
Returns:
JCRValueProvider giving access to the underlying jcr backed data

closeValueProvider

public void closeValueProvider(boolean closeChildServices)
Description copied from interface: Service
Closing a valueprovider means that the underlying value provider might be closed after calling this method, though this is up to the implementation.

Specified by:
closeValueProvider in interface Service


Copyright © 2008-2012 Hippo. All Rights Reserved.