Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Class ThemeDisplayModel

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.ThemeDisplayModel

public class ThemeDisplayModel
extends Object


Constructor Summary
ThemeDisplayModel(ThemeDisplay themeDisplay)
           
 
Method Summary
 String getCdnHost()
           
 long getCompanyId()
           
 String getDoAsUserId()
           
 String getI18nLanguageId()
           
 String getI18nPath()
           
 String getLanguageId()
           
 Locale getLocale()
           
 String getPathContext()
           
 String getPathFriendlyURLPrivateGroup()
           
 String getPathFriendlyURLPrivateUser()
           
 String getPathFriendlyURLPublic()
           
 String getPathImage()
           
 String getPathMain()
           
 String getPathThemeImages()
           
 long getPlid()
           
 String getPortalURL()
           
 PortletDisplayModel getPortletDisplayModel()
           
 long getRealUserId()
           
 long getScopeGroupId()
           
 String getServerName()
           
 int getServerPort()
           
 TimeZone getTimeZone()
           
 String getURLPortal()
           
 long getUserId()
           
 boolean isSecure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeDisplayModel

public ThemeDisplayModel(ThemeDisplay themeDisplay)
Method Detail

getCdnHost

public String getCdnHost()

getCompanyId

public long getCompanyId()

getDoAsUserId

public String getDoAsUserId()

getI18nLanguageId

public String getI18nLanguageId()

getI18nPath

public String getI18nPath()

getLanguageId

public String getLanguageId()

getLocale

public Locale getLocale()

getPathContext

public String getPathContext()

getPathFriendlyURLPrivateGroup

public String getPathFriendlyURLPrivateGroup()

getPathFriendlyURLPrivateUser

public String getPathFriendlyURLPrivateUser()

getPathFriendlyURLPublic

public String getPathFriendlyURLPublic()

getPathImage

public String getPathImage()

getPathMain

public String getPathMain()

getPathThemeImages

public String getPathThemeImages()

getPlid

public long getPlid()

getPortalURL

public String getPortalURL()

getPortletDisplayModel

public PortletDisplayModel getPortletDisplayModel()

getRealUserId

public long getRealUserId()

getScopeGroupId

public long getScopeGroupId()

getServerName

public String getServerName()

getServerPort

public int getServerPort()

getTimeZone

public TimeZone getTimeZone()

getURLPortal

public String getURLPortal()

getUserId

public long getUserId()

isSecure

public boolean isSecure()

Liferay 7.0-ce-b4