CMSHandlerResolver Members
The CMSHandlerResolver type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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).
|

