public abstract class WebCmsDomainContextHolder extends Object
WebCmsDomainContext with the current thread.| Modifier and Type | Method and Description |
|---|---|
static void |
clearWebCmsDomainContext()
Removes the (optional) context attached to the current thread.
|
static WebCmsDomainContext |
getWebCmsDomainContext() |
static void |
setWebCmsDomainContext(WebCmsDomainContext domainContext)
Associate the given context with the current thread.
|
public static WebCmsDomainContext getWebCmsDomainContext()
public static void setWebCmsDomainContext(WebCmsDomainContext domainContext)
null, the attached context will be removed.domainContext - instancepublic static void clearWebCmsDomainContext()
Copyright © 2020. All rights reserved.