|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsDetailPageFinder
Interface for classes which can find the detail page for a given resource.
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getAllDetailPages(CmsObject cms,
int restype)
Finds all detail pages for a given resource. |
java.lang.String |
getDetailPage(CmsObject cms,
java.lang.String rootPath,
java.lang.String linkSource)
Returns the detail page link for the given resource, or null if there is no detail page for the resource. |
| Method Detail |
|---|
java.util.Collection<java.lang.String> getAllDetailPages(CmsObject cms,
int restype)
throws CmsException
cms - the current CMS contextrestype - the resource type for which the detail pages should be found
CmsException
java.lang.String getDetailPage(CmsObject cms,
java.lang.String rootPath,
java.lang.String linkSource)
throws CmsException
cms - the CMS contextrootPath - the root path of the resource for which the detail page should be looked uplinkSource - the uri in the context of which the detail page link is being generated (relative to the site)
CmsException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||