public interface SectionFactory
| Modifier and Type | Method and Description |
|---|---|
Section |
getSection(String id)
Get a section from its id.
|
Section |
getSectionFromPathSegments(String websiteId,
String[] pathSegments)
Get a section from it's path
|
void |
setAssetFactory(AssetFactory assetFactory) |
Section getSection(String id)
id - the section idSection getSectionFromPathSegments(String websiteId, String[] pathSegments)
websiteId - the website idpathSegments - the path, split into segmentsvoid setAssetFactory(AssetFactory assetFactory)
Copyright © 2005–2014 Alfresco Software. All rights reserved.