public interface SiteServiceExtensionHandler extends ExtensionHandler
ExtensionHandler for methods within SiteServiceImpl
Rather than implementing this interface directly you should extend your implementation from
AbstractSiteServiceExtensionHandler.
AbstractSiteServiceExtensionHandler}| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
contributeNonPersitentSiteProperties(Site from,
Site to)
Invoked via
SiteServiceImpl.getNonPersistentSite(Site) after the initial framework clone. |
getPriority, isEnabledExtensionResultStatusType contributeNonPersitentSiteProperties(Site from, Site to)
SiteServiceImpl.getNonPersistentSite(Site) after the initial framework clone. If more properties
are dynamically weaved into SiteImpl then they should be cloned here.from - the Site being copied from, usually just looked up from the databaseto - theSiteServiceImpl#getNonPersistentSite(Site)}Copyright © 2022. All rights reserved.