nl.hippo.portal.cms
Class CMSDomainImpl
java.lang.Object
nl.hippo.portal.cms.CMSDomainImpl
- All Implemented Interfaces:
- nl.hippo.portal.cms.CMSDomain
public class CMSDomainImpl
- extends java.lang.Object
- implements nl.hippo.portal.cms.CMSDomain
- Version:
- $Id: CMSDomainImpl.java 6122 2007-04-18 14:34:48Z pduin $
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMSDomainImpl
public CMSDomainImpl()
getName
public java.lang.String getName()
- Specified by:
getName in interface nl.hippo.portal.cms.CMSDomain
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getPort
public int getPort()
- Specified by:
getPort in interface nl.hippo.portal.cms.CMSDomain
- Returns:
- the port
setPort
public void setPort(int port)
- Parameters:
port - the port to set
getDefaultSite
public java.lang.String getDefaultSite()
- Returns:
- the name of the default Site
setDefaultSite
public void setDefaultSite(java.lang.String defaultSite)
- Parameters:
defaultSite - the name of the default Site to set
getFullName
public java.lang.String getFullName()
buildFullName
public static java.lang.String buildFullName(java.lang.String name,
int port)
getSite
public nl.hippo.portal.cms.CMSSite getSite(java.lang.String name)
- Returns:
- the sites
sites
public java.util.Collection sites()
setSites
public void setSites(java.util.List sites)
- Parameters:
sites - the sites to set
Copyright © 2007-2008 . All Rights Reserved.