| Package | Description |
|---|---|
| org.alfresco.wcm.client | |
| org.alfresco.wcm.client.impl | |
| org.alfresco.wcm.client.util | |
| org.alfresco.wcm.client.util.impl |
| Modifier and Type | Method and Description |
|---|---|
Section |
Resource.getContainingSection()
Gets the section the resource is contained within.
|
Section |
WebSite.getRootSection()
Gets the web sites root section
|
Section |
PathResolutionDetails.getSection() |
Section |
SectionFactory.getSection(String id)
Get a section from its id.
|
Section |
Section.getSection(String sectionName)
Find a subsection with the specified name
|
Section |
WebSite.getSectionByPath(String path)
Get a section by path
|
Section |
SectionFactory.getSectionFromPathSegments(String websiteId,
String[] pathSegments)
Get a section from it's path
|
| Modifier and Type | Method and Description |
|---|---|
List<Section> |
WebSite.getSections()
Gets the child sections.
|
List<Section> |
Section.getSections()
Gets the child sections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SectionImpl
Base section interface implementation
|
| Modifier and Type | Method and Description |
|---|---|
Section |
ResourceBaseImpl.getContainingSection() |
Section |
DeferredLoadingAssetImpl.getContainingSection() |
Section |
SearchResultAssetImpl.getContainingSection() |
Section |
WebSiteImpl.getRootSection() |
Section |
PathResolutionDetailsImpl.getSection() |
Section |
AbstractCachingSectionFactoryImpl.getSection(String id) |
Section |
SectionImpl.getSection(String sectionName) |
Section |
WebSiteImpl.getSectionByPath(String path) |
Section |
AbstractCachingSectionFactoryImpl.getSectionFromPathSegments(String rootSectionId,
String[] pathSegments) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Section> |
SectionFactoryWebscriptImpl.findSectionWithChildren(String topSectionId)
Fetch a section and its children.
|
protected abstract Map<String,Section> |
AbstractCachingSectionFactoryImpl.findSectionWithChildren(String topSectionId)
Fetch a section and its children.
|
protected Map<String,Section> |
SectionFactoryCmisImpl.findSectionWithChildren(String topSectionId)
Fetch a section and its children.
|
List<Section> |
WebSiteImpl.getSections() |
List<Section> |
SectionImpl.getSections() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathResolutionDetailsImpl.setSection(Section section) |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlUtils.getUrl(Section section)
Get the url of a section
|
| Modifier and Type | Method and Description |
|---|---|
String |
UrlUtilsImpl.getUrl(Section section) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.