public class CustomizationContext extends Object
| Constructor and Description |
|---|
CustomizationContext(Map<String,Object> attributes)
Constructor.
|
CustomizationContext(Map<String,Object> attributes,
Locale locale)
Constructor.
|
CustomizationContext(Map<String,Object> attributes,
PortalControllerContext portalControllerContext,
Locale locale)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes()
Getter for attributes.
|
Locale |
getLocale()
Getter for locale.
|
PortalControllerContext |
getPortalControllerContext()
Getter for portalControllerContext.
|
void |
setLocale(Locale locale)
Setter for locale.
|
void |
setPortalControllerContext(PortalControllerContext portalControllerContext)
Setter for portalControllerContext.
|
public CustomizationContext(Map<String,Object> attributes, PortalControllerContext portalControllerContext, Locale locale)
attributes - customization attributesportalControllerContext - portal controller contextlocale - localepublic CustomizationContext(Map<String,Object> attributes)
attributes - customization attributespublic PortalControllerContext getPortalControllerContext()
public void setPortalControllerContext(PortalControllerContext portalControllerContext)
portalControllerContext - the portalControllerContext to setpublic Locale getLocale()
public void setLocale(Locale locale)
locale - the locale to setCopyright © 2021. All rights reserved.