Package lumis.portal.website
Interface IWebRootPortalBaseFolder
-
- All Superinterfaces:
IPortalBaseFolder
,Serializable
- All Known Subinterfaces:
IWebRootPortalBaseFolderSPI
@StableMinor(version="14.0", sinceVersion="6.2") public interface IWebRootPortalBaseFolder extends IPortalBaseFolder
The base folder of a website web root.- Since:
- 6.2.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
IWebsite.getWebRootBaseFolder()
,IWebRootBaseFolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBasePath()
Returns the base path of this base folder.IWebsite
getWebsite()
Returns the website related to this base folder.-
Methods inherited from interface lumis.portal.filesystem.IPortalBaseFolder
equals, getAbsolutePath, getRelativePath, toString
-
-