Class ThemeDisplay
- All Implemented Interfaces:
Mergeable<ThemeDisplay>
,Serializable
,Cloneable
Liferay makes the ThemeDisplay
available as a request attribute
and in various scripting and templating scopes. A typical way to obtain
ThemeDisplay
is from a request:
themeDisplay = (ThemeDisplay) request.getAttribute(WebKeys.THEME_DISPLAY);
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clearLayoutFriendlyURL
(Layout layout) clone()
Returns the content delivery network (CDN) base URL, or the current portal URL if the CDN base URL isnull
.Returns the content delivery network (CDN) dynamic resources host, or the current portal URL if the CDN dynamic resources host isnull
.Returns the color scheme ID as defined in the theme'sliferay-look-and-feel.xml
.Returns the portal instance bean.long
long
Returns the portal instance ID.Returns the server's relative path to the portal instance's logo.int
Returns the height of the portal instance's logo in pixels.int
Returns the width of the portal instance's logo in pixels.Deprecated.long
Deprecated.As of Cavanaugh (7.4.x), replaced bygetGuestUserId()
Returns the information about the detected device, such as the device's brand, browser, operating system, screen resolution, etc.long
Returns the encrypted ID of the "do as" user, which can be used by an administrative user to impersonate another user, on that user's behalf.Returns the portal instance's guest user.long
Returns the ID of the portal instance's guest user.Returns the current internationalization language's code.Returns the path element for the current internationalization language.Returns the current language's code.Returns the site's page.getLayoutFriendlyURL
(Layout layout) Returns the site's top-level pages.Returns the current layout set, being either a public layout set or a private layout set.Returns the path to the site's configured logo, ornull
if there is no configured logo.Returns the numeric portlet lifecycle indicator.Returns the locale used for displaying content.Returns the base URL for the color scheme's images, which can be configured in the theme'sliferay-look-and-feel.xml
.Returns the URL for the control panel's spritemap.Returns the URL for the site's private layout set.Returns the URL for the user's private page set.Returns the URL for the site's public page set.Returns the URL for the portal instance's images.Returns the URL for the portal instance's JavaScript resources.Returns the URL for the portal instance's main servlet.Returns the URL for the theme's CSS directory.Returns the URL for the theme's images.Returns the URL for the theme's JavaScript directory.Returns the base URL for the theme.Returns the URL for the theme's spritemap.Returns the URL for the theme's templates.Returns the permission checker, which is used to ensure users making resource requests have the necessary access permissions.long
getPlid()
Returns the primary key of the page.Returns the portal instance's base URL, which can be configured by setting theweb.server.host
property in aportal-ext.properties
file.getPpid()
int
int
Returns the logged in user.long
Returns the ID of the logged in user.long
long
javax.servlet.http.HttpServletRequest
Returns the currently served HTTP servlet request.javax.servlet.http.HttpServletResponse
Returns the currently served HTTP servlet response.Returns the scoped or sub-scoped active group (e.g. site).long
Returns the ID of the scoped or sub-scoped active group (e.g. site).Returns the name of the scoped or sub-scoped active group (e.g. site).Returns the portal instance's server name, which can be configured by setting theweb.server.host
property in aportal-ext.properties
file.int
Returns the server port, which can be configured by setting theweb.server.http.port
orweb.server.https.port
property in aportal-ext.properties
file.Returns the session ID, or a blank string if the session ID is not available to the application.long
long
getStrictLayoutPortletSetup
(Layout layout, String portletId) getTheme()
getThemeSetting
(String key) Returns the theme's configurable settings, which are declared inliferay-look-and-feel.xml
and are configurable in the user interface.Returns the theme's configurable settings, which are declared inliferay-look-and-feel.xml
and are configurable in the user interface.getUser()
The user for which the current request is being handled.long
Returns the ID of the user for which the current request is being handled.boolean
boolean
isAjax()
boolean
isAsync()
boolean
boolean
boolean
boolean
isI18n()
boolean
Returnstrue
if the user is being impersonated by an administrative user.boolean
isIncludedJs
(String js) boolean
boolean
boolean
boolean
boolean
boolean
boolean
isPortletEmbedded
(long groupId, Layout layout, String portletId) boolean
isPortletEmbedded
(String portletId) boolean
isSecure()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isWidget()
merge
(ThemeDisplay themeDisplay) void
setAddSessionIdToURL
(boolean addSessionIdToURL) void
setAjax
(boolean ajax) void
setAsync
(boolean async) void
setCDNBaseURL
(String cdnBase) void
setCDNDynamicResourcesHost
(String cdnDynamicResourcesHost) void
setCDNHost
(String cdnHost) void
setClayCSSURL
(String clayCSSURL) void
setCompany
(Company company) void
setCompanyLogo
(String companyLogo) void
setCompanyLogoHeight
(int companyLogoHeight) void
setCompanyLogoWidth
(int companyLogoWidth) void
setContact
(Contact contact) void
void
setDoAsGroupId
(long doAsGroupId) void
setDoAsUserId
(String doAsUserId) void
setDoAsUserLanguageId
(String doAsUserLanguageId) void
setFaviconURL
(String faviconURL) void
setHubAction
(boolean hubAction) void
setHubPartialAction
(boolean hubPartialAction) void
setHubResource
(boolean resource) void
setI18nLanguageId
(String i18nLanguageId) void
setI18nPath
(String i18nPath) void
setIncludePortletCssJs
(boolean includePortletCssJs) void
setIsolated
(boolean isolated) void
setLanguageId
(String languageId) void
void
setLayouts
(List<Layout> layouts) void
setLayoutSet
(LayoutSet layoutSet) void
setLayoutSetLogo
(String layoutSetLogo) void
setLayoutTypePortlet
(LayoutTypePortlet layoutTypePortlet) void
setLifecycle
(String lifecycle) void
setLifecycleAction
(boolean lifecycleAction) void
setLifecycleEvent
(boolean lifecycleEvent) void
setLifecycleRender
(boolean lifecycleRender) void
setLifecycleResource
(boolean lifecycleResource) void
void
setLookAndFeel
(Theme theme, ColorScheme colorScheme) void
setMainCSSURL
(String mainCSSURL) void
setMainJSURL
(String mainJSURL) void
setNavItems
(List<NavItem> navItems) void
setPathApplet
(String pathApplet) void
setPathCms
(String pathCms) void
setPathColorSchemeImages
(String pathColorSchemeImages) void
setPathContext
(String pathContext) void
setPathControlPanelSpritemap
(String pathControlPanelSpritemap) void
setPathFriendlyURLPrivateGroup
(String pathFriendlyURLPrivateGroup) void
setPathFriendlyURLPrivateUser
(String pathFriendlyURLPrivateUser) void
setPathFriendlyURLPublic
(String pathFriendlyURLPublic) void
setPathImage
(String pathImage) void
setPathJavaScript
(String pathJavaScript) void
setPathMain
(String pathMain) void
setPathSound
(String pathSound) void
setPathThemeCss
(String pathThemeCss) void
setPathThemeImages
(String pathThemeImages) void
setPathThemeJavaScript
(String pathThemeJavaScript) void
setPathThemeRoot
(String pathThemeRoot) void
setPathThemeSpritemap
(String pathThemeSpritemap) void
setPathThemeTemplates
(String pathThemeTemplates) void
setPermissionChecker
(PermissionChecker permissionChecker) void
setPlid
(long plid) void
setPortalDomain
(String portalDomain) void
setPortalURL
(String portalURL) void
void
setRealCompanyLogo
(String realCompanyLogo) void
setRealCompanyLogoHeight
(int realCompanyLogoHeight) void
setRealCompanyLogoWidth
(int realCompanyLogoWidth) void
setRealUser
(User realUser) void
setRefererGroupId
(long refererGroupId) void
setRefererPlid
(long refererPlid) void
setRemoteAddr
(String remoteAddr) void
setRemoteHost
(String remoteHost) void
setRequest
(javax.servlet.http.HttpServletRequest httpServletRequest) void
setResponse
(javax.servlet.http.HttpServletResponse httpServletResponse) void
setScopeGroupId
(long scopeGroupId) void
setSecure
(boolean secure) void
setServerName
(String serverName) void
setServerPort
(int serverPort) void
setSessionId
(String sessionId) void
setShowControlMenu
(boolean showControlMenu) void
setShowControlPanelIcon
(boolean showControlPanelIcon) void
setShowHomeIcon
(boolean showHomeIcon) void
setShowLayoutTemplatesIcon
(boolean showLayoutTemplatesIcon) void
setShowMyAccountIcon
(boolean showMyAccountIcon) void
setShowPageCustomizationIcon
(boolean showPageCustomizationIcon) void
setShowPageSettingsIcon
(boolean showPageSettingsIcon) void
setShowPortalIcon
(boolean showPortalIcon) void
setShowSignInIcon
(boolean showSignInIcon) void
setShowSignOutIcon
(boolean showSignOutIcon) void
setShowSiteAdministrationIcon
(boolean showSiteAdministrationIcon) void
setShowStagingIcon
(boolean showStagingIcon) void
setSignedIn
(boolean signedIn) void
setSiteDefaultLocale
(Locale siteDefaultLocale) void
setSiteGroupId
(long siteGroupId) void
setStateExclusive
(boolean stateExclusive) void
setStateMaximized
(boolean stateMaximized) void
setStatePopUp
(boolean statePopUp) void
setThemeCssFastLoad
(boolean themeCssFastLoad) void
setThemeImagesFastLoad
(boolean themeImagesFastLoad) void
setThemeJsBarebone
(boolean themeJsBarebone) void
setThemeJsFastLoad
(boolean themeJsFastLoad) void
setTilesContent
(String tilesContent) void
setTilesSelectable
(boolean tilesSelectable) void
setTilesTitle
(String tilesTitle) void
setTimeZone
(TimeZone timeZone) void
setUnfilteredLayouts
(List<Layout> unfilteredLayouts) void
setURLControlPanel
(String urlControlPanel) void
setURLCurrent
(String urlCurrent) void
setURLHome
(String urlHome) void
setURLLayoutTemplates
(String urlLayoutTemplates) void
setURLPortal
(String urlPortal) void
setURLPublishToLive
(PortletURL urlPublishToLive) void
setURLSignIn
(String urlSignIn) void
setURLSignOut
(String urlSignOut) void
void
setWidget
(boolean widget) split()
-
Constructor Details
-
ThemeDisplay
public ThemeDisplay()
-
-
Method Details
-
clearLayoutFriendlyURL
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getCDNBaseURL
Returns the content delivery network (CDN) base URL, or the current portal URL if the CDN base URL isnull
. The CDN base URL can be configured by setting thecdn.host.http
orcdn.host.https
property in aportal-ext.properties
file.- Returns:
- the CDN base URL, or the current portal URL if the CDN base URL
is
null
-
getCDNDynamicResourcesHost
Returns the content delivery network (CDN) dynamic resources host, or the current portal URL if the CDN dynamic resources host isnull
. By setting thecdn.dynamic.resources.enabled
property totrue
in aportal-ext.properties
file, the CDN can be used for dynamic resources, like minified CSS and JS files.- Returns:
- the CDN dynamic resources host, or the current portal URL if the
CDN dynamic resources host is
null
-
getCDNHost
-
getClayCSSURL
-
getColorScheme
-
getColorSchemeId
Returns the color scheme ID as defined in the theme'sliferay-look-and-feel.xml
.- Returns:
- the color scheme ID as defined in the theme's
liferay-look-and-feel.xml
-
getCompany
Returns the portal instance bean.Company is Liferay's technical name for a portal instance.
- Returns:
- the portal instance bean
-
getCompanyGroupId
public long getCompanyGroupId() -
getCompanyId
public long getCompanyId()Returns the portal instance ID.Company is Liferay's technical name for a portal instance.
- Returns:
- the portal instance ID
-
getCompanyLogo
Returns the server's relative path to the portal instance's logo.Company is Liferay's technical name for a portal instance.
- Returns:
- the server's relative path to the portal instance's logo
-
getCompanyLogoHeight
public int getCompanyLogoHeight()Returns the height of the portal instance's logo in pixels.Company is Liferay's technical name for a portal instance.
- Returns:
- the height of the portal instance's logo in pixels
-
getCompanyLogoWidth
public int getCompanyLogoWidth()Returns the width of the portal instance's logo in pixels.Company is Liferay's technical name for a portal instance.
- Returns:
- the width of the portal instance's logo in pixels
-
getContact
-
getControlPanelGroup
-
getControlPanelLayout
-
getDefaultUser
Deprecated.As of Cavanaugh (7.4.x), replaced bygetGuestUser()
- Throws:
PortalException
-
getDefaultUserId
Deprecated.As of Cavanaugh (7.4.x), replaced bygetGuestUserId()
- Throws:
PortalException
-
getDevice
Returns the information about the detected device, such as the device's brand, browser, operating system, screen resolution, etc.- Returns:
- the information about the detected device
-
getDoAsGroupId
public long getDoAsGroupId() -
getDoAsUserId
Returns the encrypted ID of the "do as" user, which can be used by an administrative user to impersonate another user, on that user's behalf.- Returns:
- the encrypted ID of the "do as" user, which can be used by an administrative user to impersonate another user, on that user's behalf
-
getDoAsUserLanguageId
-
getFaviconURL
-
getGuestUser
Returns the portal instance's guest user.- Returns:
- the portal instance's guest user
- Throws:
PortalException
-
getGuestUserId
Returns the ID of the portal instance's guest user.- Returns:
- the ID of the portal instance's guest user
- Throws:
PortalException
-
getI18nLanguageId
Returns the current internationalization language's code.For example:
English (U.K.) returns
en_GB
- Returns:
- the current internationalization language's code
-
getI18nPath
Returns the path element for the current internationalization language.For example, the German localization returns
/de
. Liferay's UI language can be changed by adding the language code into the URL path. The following URL uses the German localization:http://localhost:8080/de/web/guest/home
.- Returns:
- the path element for the current internationalization language
-
getLanguageId
Returns the current language's code.For example:
English (U.K.) returns
en_GB
- Returns:
- the current language's code
-
getLayout
Returns the site's page.Layout is Liferay's technical name for a page.
- Returns:
- the site's page
-
getLayoutFriendlyURL
-
getLayouts
Returns the site's top-level pages.Layout is Liferay's technical name for a page.
- Returns:
- the site's top-level pages
-
getLayoutSet
Returns the current layout set, being either a public layout set or a private layout set.A site can have public and private pages (layouts), which are contained in a public layout set and a private page set, respectively.
- Returns:
- the current layout set, being either a public layout set or a private layout set
-
getLayoutSetLogo
Returns the path to the site's configured logo, ornull
if there is no configured logo.- Returns:
- the path to the site's configured logo, or
null
if there is no configured logo
-
getLayoutTypePortlet
-
getLifecycle
Returns the numeric portlet lifecycle indicator.For example:
returns "0" for RENDER phase returns "1" for ACTION phase returns "2" for RESOURCE phase returns "3" for EVENT phase
- Returns:
- the numeric portlet lifecycle indicator
-
getLocale
Returns the locale used for displaying content.- Returns:
- the locale used for displaying content
-
getMainCSSURL
-
getMainJSURL
-
getPathApplet
-
getPathCms
-
getPathColorSchemeImages
Returns the base URL for the color scheme's images, which can be configured in the theme'sliferay-look-and-feel.xml
.- Returns:
- the base URL for the color scheme's images
-
getPathContext
-
getPathControlPanelSpritemap
Returns the URL for the control panel's spritemap.- Returns:
- the URL for the control panel's spritemap
-
getPathFriendlyURLPrivateGroup
Returns the URL for the site's private layout set. This method typically returns/group
.- Returns:
- the URL for the site's private layout set
-
getPathFriendlyURLPrivateUser
Returns the URL for the user's private page set. This method typically returns/user
.- Returns:
- the URL for the user's private page set
-
getPathFriendlyURLPublic
Returns the URL for the site's public page set. This method typically returns/web
.- Returns:
- the URL for the site's public page set
-
getPathImage
Returns the URL for the portal instance's images. This method typically returns/image
.- Returns:
- the URL for the portal instance's images
-
getPathJavaScript
Returns the URL for the portal instance's JavaScript resources.- Returns:
- the URL for the portal instance's JavaScript resources
-
getPathMain
Returns the URL for the portal instance's main servlet. This method typically returns/c
.- Returns:
- the URL for the portal instance's main servlet
-
getPathSound
-
getPathThemeCss
Returns the URL for the theme's CSS directory.- Returns:
- the URL for the theme's CSS directory
-
getPathThemeImages
Returns the URL for the theme's images.- Returns:
- the URL for the theme's images
-
getPathThemeJavaScript
Returns the URL for the theme's JavaScript directory.- Returns:
- the URL for the theme's JavaScript directory
-
getPathThemeRoot
Returns the base URL for the theme.- Returns:
- the base URL for the theme
-
getPathThemeSpritemap
Returns the URL for the theme's spritemap.- Returns:
- the URL for the theme's spritemap
-
getPathThemeTemplates
Returns the URL for the theme's templates.- Returns:
- the URL for the theme's templates
-
getPermissionChecker
Returns the permission checker, which is used to ensure users making resource requests have the necessary access permissions.- Returns:
- the permission checker
-
getPlid
public long getPlid()Returns the primary key of the page.Historically, "plid" was short for "portlet layout ID", which is the primary key (ID) of the current layout (page).
- Returns:
- the primary key of the page
-
getPortalDomain
-
getPortalURL
Returns the portal instance's base URL, which can be configured by setting theweb.server.host
property in aportal-ext.properties
file.- Returns:
- the portal instance's base URL
-
getPortletDisplay
-
getPpid
-
getProtocol
-
getRealCompanyLogo
-
getRealCompanyLogoHeight
public int getRealCompanyLogoHeight() -
getRealCompanyLogoWidth
public int getRealCompanyLogoWidth() -
getRealUser
Returns the logged in user. Since administrative users are able to impersonate other users, this method reveals the identity of the user who actually logged in.- Returns:
- the logged in user
- See Also:
-
getRealUserId
public long getRealUserId()Returns the ID of the logged in user.- Returns:
- the ID of the logged in user
- See Also:
-
getRefererGroup
-
getRefererGroupId
public long getRefererGroupId() -
getRefererPlid
public long getRefererPlid() -
getRemoteAddr
-
getRemoteHost
-
getRequest
Returns the currently served HTTP servlet request.- Returns:
- the currently served HTTP servlet request
-
getResponse
Returns the currently served HTTP servlet response.- Returns:
- the currently served HTTP servlet response
-
getScopeGroup
Returns the scoped or sub-scoped active group (e.g. site).- Returns:
- the scoped or sub-scoped active group
-
getScopeGroupId
public long getScopeGroupId()Returns the ID of the scoped or sub-scoped active group (e.g. site).- Returns:
- the ID of the scoped or sub-scoped active group
-
getScopeGroupName
Returns the name of the scoped or sub-scoped active group (e.g. site).- Returns:
- the name of the scoped or sub-scoped active group
- Throws:
PortalException
-
getScopeLayout
- Throws:
PortalException
-
getServerName
Returns the portal instance's server name, which can be configured by setting theweb.server.host
property in aportal-ext.properties
file.- Returns:
- the server name, which can be configured by setting the
web.server.host
property in aportal-ext.properties
file
-
getServerPort
public int getServerPort()Returns the server port, which can be configured by setting theweb.server.http.port
orweb.server.https.port
property in aportal-ext.properties
file.- Returns:
- the server port, which can be configured by setting the
web.server.http.port
orweb.server.https.port
property in aportal-ext.properties
file
-
getSessionId
Returns the session ID, or a blank string if the session ID is not available to the application.- Returns:
- the session ID, or returns a blank string if the session ID is not available to the application
-
getSiteDefaultLocale
-
getSiteGroup
-
getSiteGroupId
public long getSiteGroupId() -
getSiteGroupIdOrLiveGroupId
public long getSiteGroupIdOrLiveGroupId() -
getSiteGroupName
- Throws:
PortalException
-
getStrictLayoutPortletSetup
-
getTheme
-
getThemeId
-
getThemeSetting
Returns the theme's configurable settings, which are declared inliferay-look-and-feel.xml
and are configurable in the user interface.- Parameters:
key
- the theme's key- Returns:
- the theme's configurable settings
-
getThemeSettings
Returns the theme's configurable settings, which are declared inliferay-look-and-feel.xml
and are configurable in the user interface.- Returns:
- a list of the theme's configurable settings
-
getTilesContent
-
getTilesTitle
-
getTimeZone
-
getUnfilteredLayouts
-
getURLControlPanel
-
getURLCurrent
-
getURLHome
-
getURLMyAccount
-
getURLPortal
-
getURLPublishToLive
-
getURLSignIn
-
getURLSignOut
-
getUser
The user for which the current request is being handled. Note, that an administrative user can impersonate another user.- Returns:
- the user for which the current request is being handled
- See Also:
-
getUserId
public long getUserId()Returns the ID of the user for which the current request is being handled. Note that an administrative user can impersonate another user.- Returns:
- the ID of the user for which the current request is being handled
-
isAddSessionIdToURL
public boolean isAddSessionIdToURL() -
isAjax
public boolean isAjax() -
isAsync
public boolean isAsync() -
isHubAction
public boolean isHubAction() -
isHubPartialAction
public boolean isHubPartialAction() -
isHubResource
public boolean isHubResource() -
isI18n
public boolean isI18n() -
isImpersonated
public boolean isImpersonated()Returnstrue
if the user is being impersonated by an administrative user.- Returns:
true
if the user is being impersonated by an administrative user;false
otherwise- See Also:
-
isIncludedJs
-
isIncludePortletCssJs
public boolean isIncludePortletCssJs() -
isIsolated
public boolean isIsolated() -
isLifecycleAction
public boolean isLifecycleAction() -
isLifecycleEvent
public boolean isLifecycleEvent() -
isLifecycleRender
public boolean isLifecycleRender() -
isLifecycleResource
public boolean isLifecycleResource() -
isPortletEmbedded
-
isPortletEmbedded
-
isSecure
public boolean isSecure() -
isShowControlMenu
public boolean isShowControlMenu() -
isShowControlPanelIcon
public boolean isShowControlPanelIcon() -
isShowHomeIcon
public boolean isShowHomeIcon() -
isShowLayoutTemplatesIcon
public boolean isShowLayoutTemplatesIcon() -
isShowMyAccountIcon
public boolean isShowMyAccountIcon() -
isShowPageCustomizationIcon
public boolean isShowPageCustomizationIcon() -
isShowPageSettingsIcon
public boolean isShowPageSettingsIcon() -
isShowPortalIcon
public boolean isShowPortalIcon() -
isShowSignInIcon
public boolean isShowSignInIcon() -
isShowSignOutIcon
public boolean isShowSignOutIcon() -
isShowSiteAdministrationIcon
public boolean isShowSiteAdministrationIcon() -
isShowStagingIcon
public boolean isShowStagingIcon() -
isSignedIn
public boolean isSignedIn() -
isStateExclusive
public boolean isStateExclusive() -
isStateMaximized
public boolean isStateMaximized() -
isStatePopUp
public boolean isStatePopUp() -
isThemeCssFastLoad
public boolean isThemeCssFastLoad() -
isThemeImagesFastLoad
public boolean isThemeImagesFastLoad() -
isThemeJsBarebone
public boolean isThemeJsBarebone() -
isThemeJsFastLoad
public boolean isThemeJsFastLoad() -
isTilesSelectable
public boolean isTilesSelectable() -
isWidget
public boolean isWidget() -
merge
- Specified by:
merge
in interfaceMergeable<ThemeDisplay>
-
setAddSessionIdToURL
public void setAddSessionIdToURL(boolean addSessionIdToURL) -
setAjax
public void setAjax(boolean ajax) -
setAsync
public void setAsync(boolean async) -
setCDNBaseURL
-
setCDNDynamicResourcesHost
-
setCDNHost
-
setClayCSSURL
-
setCompany
- Throws:
PortalException
-
setCompanyLogo
-
setCompanyLogoHeight
public void setCompanyLogoHeight(int companyLogoHeight) -
setCompanyLogoWidth
public void setCompanyLogoWidth(int companyLogoWidth) -
setContact
-
setDevice
-
setDoAsGroupId
public void setDoAsGroupId(long doAsGroupId) -
setDoAsUserId
-
setDoAsUserLanguageId
-
setFaviconURL
-
setHubAction
public void setHubAction(boolean hubAction) -
setHubPartialAction
public void setHubPartialAction(boolean hubPartialAction) -
setHubResource
public void setHubResource(boolean resource) -
setI18nLanguageId
-
setI18nPath
-
setIncludePortletCssJs
public void setIncludePortletCssJs(boolean includePortletCssJs) -
setIsolated
public void setIsolated(boolean isolated) -
setLanguageId
-
setLayout
-
setLayouts
-
setLayoutSet
-
setLayoutSetLogo
-
setLayoutTypePortlet
-
setLifecycle
-
setLifecycleAction
public void setLifecycleAction(boolean lifecycleAction) -
setLifecycleEvent
public void setLifecycleEvent(boolean lifecycleEvent) -
setLifecycleRender
public void setLifecycleRender(boolean lifecycleRender) -
setLifecycleResource
public void setLifecycleResource(boolean lifecycleResource) -
setLocale
-
setLookAndFeel
-
setMainCSSURL
-
setMainJSURL
-
setPathApplet
-
setPathCms
-
setPathColorSchemeImages
-
setPathContext
-
setPathControlPanelSpritemap
-
setPathFriendlyURLPrivateGroup
-
setPathFriendlyURLPrivateUser
-
setPathFriendlyURLPublic
-
setPathImage
-
setPathJavaScript
-
setPathMain
-
setPathSound
-
setPathThemeCss
-
setPathThemeImages
-
setPathThemeJavaScript
-
setPathThemeRoot
-
setPathThemeSpritemap
-
setPathThemeTemplates
-
setPermissionChecker
-
setPlid
public void setPlid(long plid) -
setPortalDomain
-
setPortalURL
-
setPpid
-
setRealCompanyLogo
-
setRealCompanyLogoHeight
public void setRealCompanyLogoHeight(int realCompanyLogoHeight) -
setRealCompanyLogoWidth
public void setRealCompanyLogoWidth(int realCompanyLogoWidth) -
setRealUser
-
setRefererGroupId
public void setRefererGroupId(long refererGroupId) -
setRefererPlid
public void setRefererPlid(long refererPlid) -
setRemoteAddr
-
setRemoteHost
-
setRequest
public void setRequest(javax.servlet.http.HttpServletRequest httpServletRequest) -
setResponse
public void setResponse(javax.servlet.http.HttpServletResponse httpServletResponse) -
setScopeGroupId
public void setScopeGroupId(long scopeGroupId) -
setSecure
public void setSecure(boolean secure) -
setServerName
-
setServerPort
public void setServerPort(int serverPort) -
setSessionId
-
setShowControlMenu
public void setShowControlMenu(boolean showControlMenu) -
setShowControlPanelIcon
public void setShowControlPanelIcon(boolean showControlPanelIcon) -
setShowHomeIcon
public void setShowHomeIcon(boolean showHomeIcon) -
setShowLayoutTemplatesIcon
public void setShowLayoutTemplatesIcon(boolean showLayoutTemplatesIcon) -
setShowMyAccountIcon
public void setShowMyAccountIcon(boolean showMyAccountIcon) -
setShowPageCustomizationIcon
public void setShowPageCustomizationIcon(boolean showPageCustomizationIcon) -
setShowPageSettingsIcon
public void setShowPageSettingsIcon(boolean showPageSettingsIcon) -
setShowPortalIcon
public void setShowPortalIcon(boolean showPortalIcon) -
setShowSignInIcon
public void setShowSignInIcon(boolean showSignInIcon) -
setShowSignOutIcon
public void setShowSignOutIcon(boolean showSignOutIcon) -
setShowSiteAdministrationIcon
public void setShowSiteAdministrationIcon(boolean showSiteAdministrationIcon) -
setShowStagingIcon
public void setShowStagingIcon(boolean showStagingIcon) -
setSignedIn
public void setSignedIn(boolean signedIn) -
setSiteDefaultLocale
-
setSiteGroupId
public void setSiteGroupId(long siteGroupId) -
setStateExclusive
public void setStateExclusive(boolean stateExclusive) -
setStateMaximized
public void setStateMaximized(boolean stateMaximized) -
setStatePopUp
public void setStatePopUp(boolean statePopUp) -
setThemeCssFastLoad
public void setThemeCssFastLoad(boolean themeCssFastLoad) -
setThemeImagesFastLoad
public void setThemeImagesFastLoad(boolean themeImagesFastLoad) -
setThemeJsBarebone
public void setThemeJsBarebone(boolean themeJsBarebone) -
setThemeJsFastLoad
public void setThemeJsFastLoad(boolean themeJsFastLoad) -
setTilesContent
-
setTilesSelectable
public void setTilesSelectable(boolean tilesSelectable) -
setTilesTitle
-
setTimeZone
-
setUnfilteredLayouts
-
setURLControlPanel
-
setURLCurrent
-
setURLHome
-
setURLLayoutTemplates
-
setURLPortal
-
setURLPublishToLive
-
setURLSignIn
-
setURLSignOut
-
setUser
-
setWidget
public void setWidget(boolean widget) -
split
- Specified by:
split
in interfaceMergeable<ThemeDisplay>
-
translate
-
translate
-
getGuestUser()