[opencms-dev] how to find out properties of an Object?

Christoph P. Kukulies kuku at physik.rwth-aachen.de
Thu Mar 30 13:17:01 CEST 2006


I retrieved all items (files and folders) in /sites/mysite
by using:

CmsJspActionElement cms =
    new CmsJspActionElement(pageContext, request, response);
CmsObject cmso = cms.getCmsObject();
List list = cmso.readResources(rootFolder,CmsResourceFilter.DEFAULT);

Some of these items have navigation some not. How can I obtain 
e.g. the Title of the NavPos of an item provided it is a CmsJspNavElement?

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de



More information about the opencms-dev mailing list