public class AbstractSiteServiceExtensionHandler extends AbstractExtensionHandler implements SiteServiceExtensionHandler
SiteServiceExtensionHandlerenabled, priority| Constructor and Description |
|---|
AbstractSiteServiceExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
contributeNonPersitentSiteProperties(Site from,
Site to)
Invoked via
SiteServiceImpl.getNonPersistentSite(Site) after the initial framework clone. |
getPriority, isEnabled, setEnabled, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledpublic ExtensionResultStatusType contributeNonPersitentSiteProperties(Site from, Site to)
SiteServiceExtensionHandlerSiteServiceImpl.getNonPersistentSite(Site) after the initial framework clone. If more properties
are dynamically weaved into SiteImpl then they should be cloned here.contributeNonPersitentSiteProperties in interface SiteServiceExtensionHandlerfrom - the Site being copied from, usually just looked up from the databaseto - theSiteServiceImpl#getNonPersistentSite(Site)}Copyright © 2022. All rights reserved.