Package lumis.portal.presentation.mode
Interface IPortalMode
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IPortalModeSPI
- All Known Implementing Classes:
AbstractPortalMode
,ContentAdministrationPortalMode
,ContentPublicationPortalMode
,ContextValidatingPortalMode
,NavigationPortalMode
,PortalStudioPortalMode
,SettingsPortalMode
@StableMinor(version="14.2", sinceVersion="7.1") public interface IPortalMode extends Serializable
Interface that represents the attributes of the portal modes.- Since:
- 6.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Returns the description of the current PortalMode.int
getId()
Returns the id of the current PortalMode.String
getModeRootUrl()
String
getName()
Returns the name of the current PortalMode.
-
-
-
Method Detail
-
getDescription
String getDescription()
Returns the description of the current PortalMode.- Returns:
- the description of the current PortalMode.
- Since:
- 6.0.0
-
getId
int getId()
Returns the id of the current PortalMode.- Returns:
- the id of the current PortalMode.
- Since:
- 6.0.0
-
getName
String getName()
Returns the name of the current PortalMode.- Returns:
- the name of the current PortalMode.
- Since:
- 6.0.0
-
getModeRootUrl
String getModeRootUrl()
-
-