org.hippoecm.hst.service
Interface UnderlyingServiceAware


public interface UnderlyingServiceAware

Interface to be implemented by beans that wish to be aware of its originating Service instance.

Version:
$Id: UnderlyingServiceAware.java 17024 2009-03-19 11:10:51Z wko $

Method Summary
 Service getUnderlyingService()
          Returns the originating Service instance.
 void setUnderlyingService(Service service)
          Callback that supplies the originating Service instance.
 

Method Detail

getUnderlyingService

Service getUnderlyingService()
Returns the originating Service instance.

Returns:

setUnderlyingService

void setUnderlyingService(Service service)
Callback that supplies the originating Service instance.

Parameters:
node -


Copyright © 2008-2012 Hippo. All Rights Reserved.