AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

CMSHandlerResolver Methods

The CMSHandlerResolver type exposes the following members.

Methods


  Name Description
Public method Static member GetBusinessObjectHandler
Returns the resolved structured-content (BusinessObject) lifecycle handler for the given domain, or null if the domain has not configured one, the class cannot be resolved, or instantiation fails.
Public method Static member GetNavigationHandler
Returns the resolved Navigation lifecycle handler for the given domain, or null if the domain has not configured one, the class cannot be resolved, or instantiation fails.
Public method Static member GetSitePageHandler
Returns the resolved SitePage lifecycle handler for the given domain, or null if the domain has not configured one, the class cannot be resolved, or instantiation fails.
Public method Static member InvalidateDomain
Drops the cached handlers for a domain on the local node. Farm nodes will self-heal via the TTL, but the node that performed the save calls this so the change is visible immediately. Handlers are domain-scoped (languageId=0 in the cache key).