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 TypeMethodDescriptionvoidclearLayoutFriendlyURL(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.longlongReturns the portal instance ID.Returns the server's relative path to the portal instance's logo.intReturns the height of the portal instance's logo in pixels.intReturns the width of the portal instance's logo in pixels.Deprecated.longDeprecated.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.longReturns 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.longReturns 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, ornullif 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.longgetPlid()Returns the primary key of the page.Returns the portal instance's base URL, which can be configured by setting theweb.server.hostproperty in aportal-ext.propertiesfile.getPpid()intintReturns the logged in user.longReturns the ID of the logged in user.longlongjavax.servlet.http.HttpServletRequestReturns the currently served HTTP servlet request.javax.servlet.http.HttpServletResponseReturns the currently served HTTP servlet response.Returns the scoped or sub-scoped active group (e.g. site).longReturns 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.hostproperty in aportal-ext.propertiesfile.intReturns the server port, which can be configured by setting theweb.server.http.portorweb.server.https.portproperty in aportal-ext.propertiesfile.Returns the session ID, or a blank string if the session ID is not available to the application.longlonggetStrictLayoutPortletSetup(Layout layout, String portletId) getTheme()getThemeSetting(String key) Returns the theme's configurable settings, which are declared inliferay-look-and-feel.xmland are configurable in the user interface.Returns the theme's configurable settings, which are declared inliferay-look-and-feel.xmland are configurable in the user interface.getUser()The user for which the current request is being handled.longReturns the ID of the user for which the current request is being handled.booleanbooleanisAjax()booleanisAsync()booleanbooleanbooleanbooleanisI18n()booleanReturnstrueif the user is being impersonated by an administrative user.booleanisIncludedJs(String js) booleanbooleanbooleanbooleanbooleanbooleanbooleanisPortletEmbedded(long groupId, Layout layout, String portletId) booleanisPortletEmbedded(String portletId) booleanisSecure()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisWidget()merge(ThemeDisplay themeDisplay) voidsetAddSessionIdToURL(boolean addSessionIdToURL) voidsetAjax(boolean ajax) voidsetAsync(boolean async) voidsetCDNBaseURL(String cdnBase) voidsetCDNDynamicResourcesHost(String cdnDynamicResourcesHost) voidsetCDNHost(String cdnHost) voidsetClayCSSURL(String clayCSSURL) voidsetCompany(Company company) voidsetCompanyLogo(String companyLogo) voidsetCompanyLogoHeight(int companyLogoHeight) voidsetCompanyLogoWidth(int companyLogoWidth) voidsetContact(Contact contact) voidvoidsetDoAsGroupId(long doAsGroupId) voidsetDoAsUserId(String doAsUserId) voidsetDoAsUserLanguageId(String doAsUserLanguageId) voidsetFaviconURL(String faviconURL) voidsetHubAction(boolean hubAction) voidsetHubPartialAction(boolean hubPartialAction) voidsetHubResource(boolean resource) voidsetI18nLanguageId(String i18nLanguageId) voidsetI18nPath(String i18nPath) voidsetIncludePortletCssJs(boolean includePortletCssJs) voidsetIsolated(boolean isolated) voidsetLanguageId(String languageId) voidvoidsetLayouts(List<Layout> layouts) voidsetLayoutSet(LayoutSet layoutSet) voidsetLayoutSetLogo(String layoutSetLogo) voidsetLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet) voidsetLifecycle(String lifecycle) voidsetLifecycleAction(boolean lifecycleAction) voidsetLifecycleEvent(boolean lifecycleEvent) voidsetLifecycleRender(boolean lifecycleRender) voidsetLifecycleResource(boolean lifecycleResource) voidvoidsetLookAndFeel(Theme theme, ColorScheme colorScheme) voidsetMainCSSURL(String mainCSSURL) voidsetMainJSURL(String mainJSURL) voidsetNavItems(List<NavItem> navItems) voidsetPathApplet(String pathApplet) voidsetPathCms(String pathCms) voidsetPathColorSchemeImages(String pathColorSchemeImages) voidsetPathContext(String pathContext) voidsetPathControlPanelSpritemap(String pathControlPanelSpritemap) voidsetPathFriendlyURLPrivateGroup(String pathFriendlyURLPrivateGroup) voidsetPathFriendlyURLPrivateUser(String pathFriendlyURLPrivateUser) voidsetPathFriendlyURLPublic(String pathFriendlyURLPublic) voidsetPathImage(String pathImage) voidsetPathJavaScript(String pathJavaScript) voidsetPathMain(String pathMain) voidsetPathSound(String pathSound) voidsetPathThemeCss(String pathThemeCss) voidsetPathThemeImages(String pathThemeImages) voidsetPathThemeJavaScript(String pathThemeJavaScript) voidsetPathThemeRoot(String pathThemeRoot) voidsetPathThemeSpritemap(String pathThemeSpritemap) voidsetPathThemeTemplates(String pathThemeTemplates) voidsetPermissionChecker(PermissionChecker permissionChecker) voidsetPlid(long plid) voidsetPortalDomain(String portalDomain) voidsetPortalURL(String portalURL) voidvoidsetRealCompanyLogo(String realCompanyLogo) voidsetRealCompanyLogoHeight(int realCompanyLogoHeight) voidsetRealCompanyLogoWidth(int realCompanyLogoWidth) voidsetRealUser(User realUser) voidsetRefererGroupId(long refererGroupId) voidsetRefererPlid(long refererPlid) voidsetRemoteAddr(String remoteAddr) voidsetRemoteHost(String remoteHost) voidsetRequest(javax.servlet.http.HttpServletRequest httpServletRequest) voidsetResponse(javax.servlet.http.HttpServletResponse httpServletResponse) voidsetScopeGroupId(long scopeGroupId) voidsetSecure(boolean secure) voidsetServerName(String serverName) voidsetServerPort(int serverPort) voidsetSessionId(String sessionId) voidsetShowControlMenu(boolean showControlMenu) voidsetShowControlPanelIcon(boolean showControlPanelIcon) voidsetShowHomeIcon(boolean showHomeIcon) voidsetShowLayoutTemplatesIcon(boolean showLayoutTemplatesIcon) voidsetShowMyAccountIcon(boolean showMyAccountIcon) voidsetShowPageCustomizationIcon(boolean showPageCustomizationIcon) voidsetShowPageSettingsIcon(boolean showPageSettingsIcon) voidsetShowPortalIcon(boolean showPortalIcon) voidsetShowSignInIcon(boolean showSignInIcon) voidsetShowSignOutIcon(boolean showSignOutIcon) voidsetShowSiteAdministrationIcon(boolean showSiteAdministrationIcon) voidsetShowStagingIcon(boolean showStagingIcon) voidsetSignedIn(boolean signedIn) voidsetSiteDefaultLocale(Locale siteDefaultLocale) voidsetSiteGroupId(long siteGroupId) voidsetStateExclusive(boolean stateExclusive) voidsetStateMaximized(boolean stateMaximized) voidsetStatePopUp(boolean statePopUp) voidsetThemeCssFastLoad(boolean themeCssFastLoad) voidsetThemeImagesFastLoad(boolean themeImagesFastLoad) voidsetThemeJsBarebone(boolean themeJsBarebone) voidsetThemeJsFastLoad(boolean themeJsFastLoad) voidsetTilesContent(String tilesContent) voidsetTilesSelectable(boolean tilesSelectable) voidsetTilesTitle(String tilesTitle) voidsetTimeZone(TimeZone timeZone) voidsetUnfilteredLayouts(List<Layout> unfilteredLayouts) voidsetURLControlPanel(String urlControlPanel) voidsetURLCurrent(String urlCurrent) voidsetURLHome(String urlHome) voidsetURLLayoutTemplates(String urlLayoutTemplates) voidsetURLPortal(String urlPortal) voidsetURLPublishToLive(PortletURL urlPublishToLive) voidsetURLSignIn(String urlSignIn) voidsetURLSignOut(String urlSignOut) voidvoidsetWidget(boolean widget) split()
-
Constructor Details
-
ThemeDisplay
public ThemeDisplay()
-
-
Method Details
-
clearLayoutFriendlyURL
-
clone
- Overrides:
clonein 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.httporcdn.host.httpsproperty in aportal-ext.propertiesfile.- 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.enabledproperty totruein aportal-ext.propertiesfile, 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, ornullif there is no configured logo.- Returns:
- the path to the site's configured logo, or
nullif 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.hostproperty in aportal-ext.propertiesfile.- 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.hostproperty in aportal-ext.propertiesfile.- Returns:
- the server name, which can be configured by setting the
web.server.hostproperty in aportal-ext.propertiesfile
-
getServerPort
public int getServerPort()Returns the server port, which can be configured by setting theweb.server.http.portorweb.server.https.portproperty in aportal-ext.propertiesfile.- Returns:
- the server port, which can be configured by setting the
web.server.http.portorweb.server.https.portproperty in aportal-ext.propertiesfile
-
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.xmland 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.xmland 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()Returnstrueif the user is being impersonated by an administrative user.- Returns:
trueif the user is being impersonated by an administrative user;falseotherwise- 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:
mergein 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:
splitin interfaceMergeable<ThemeDisplay>
-
translate
-
translate
-
getGuestUser()