public class AbstractSiteServiceExtensionHandler extends AbstractExtensionHandler implements SiteServiceExtensionHandler
SiteServiceExtensionHandler
enabled, 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, setPriority
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, isEnabled
public ExtensionResultStatusType contributeNonPersitentSiteProperties(Site from, Site to)
SiteServiceExtensionHandler
SiteServiceImpl.getNonPersistentSite(Site)
after the initial framework clone. If more properties
are dynamically weaved into SiteImpl
then they should be cloned here.contributeNonPersitentSiteProperties
in interface SiteServiceExtensionHandler
from
- the Site
being copied from, usually just looked up from the databaseto
- theSiteServiceImpl#getNonPersistentSite(Site)}
Copyright © 2022. All rights reserved.