org.gatein.mop.core.api.workspace
Class PortalSite

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.WorkspaceObjectImpl
      extended by org.gatein.mop.core.api.workspace.SiteImpl
          extended by org.gatein.mop.core.api.workspace.PortalSite
All Implemented Interfaces:
CustomizationContext, Site, WorkspaceCustomizationContext, WorkspaceObject

public abstract class PortalSite
extends SiteImpl

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from interface org.gatein.mop.api.workspace.WorkspaceCustomizationContext
TYPE
 
Constructor Summary
PortalSite()
           
 
Method Summary
 String getLocale()
           
 ObjectType<? extends Site> getObjectType()
           
 String getSkinId()
           
 String getTitle()
           
 
Methods inherited from class org.gatein.mop.core.api.workspace.SiteImpl
contains, customize, customize, destroy, getContextId, getContextType, getCustomization, getCustomizations, getRoot, getRootNavigation, getRootPage, getSites, getWorkspace
 
Methods inherited from class org.gatein.mop.core.api.workspace.WorkspaceObjectImpl
getAttributes, getName, getObjectId, getProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.gatein.mop.api.workspace.Site
getName, getObjectId
 
Methods inherited from interface org.gatein.mop.api.workspace.WorkspaceObject
getAttributes
 

Constructor Detail

PortalSite

public PortalSite()
Method Detail

getObjectType

public ObjectType<? extends Site> getObjectType()
Specified by:
getObjectType in interface Site
Specified by:
getObjectType in interface WorkspaceObject
Specified by:
getObjectType in class SiteImpl

getSkinId

public String getSkinId()

getTitle

public String getTitle()

getLocale

public String getLocale()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.