Novell exteNd
Director 5.2 API

com.sssw.portal.api
Interface EbiPortalDefaultInfo


public interface EbiPortalDefaultInfo

Interface that provides portal default settings retrieved from web.xml of the portal WAR.


Method Summary
 String getDefaultGroupPageName()
          Gets the default portal group page name.
 String getDefaultPortalLayoutID()
          Gets the default portal layout ID.
 String getDefaultThemeID()
          Gets the default theme ID.
 

Method Detail

getDefaultGroupPageName

public String getDefaultGroupPageName()
Gets the default portal group page name.
Returns:
the default portal group page name.

getDefaultThemeID

public String getDefaultThemeID()
Gets the default theme ID.
Returns:
the default theme ID.

getDefaultPortalLayoutID

public String getDefaultPortalLayoutID()
Gets the default portal layout ID.
Returns:
the default portal layout ID.

Novell exteNd
Director 5.2 API