[opencms-dev] How to acces files in the vfs?
tol
opencms at recordcaster.de
Fri Jan 16 00:57:02 CET 2004
M Butcher wrote:
>
> From a JSP, create a new instance of CmsJspActionElement and then use
> the getCmsObject() method to get the instance of the CmsObject. From
> there, you can do all kinds of file manipulation.
Hi thanks! That looks good :-))
With CmsObject.getFilesInFolder(...) i get a Vector of CmsResource
Objects. And with the embedded CmsResource I 've access to many very
sweet functions ;-)
For example: CmsResource.getDateLastModified()
Ok ... so far so good ... but now, the next question:
If I want to access the title, description like it is possible with a
CmsJspNavElement, how can I do that??
I assume there must be a function like getProperty(String propertyname).
Or exist there a bridge between CmsJspNavElement and CmsResource?
I searched many Classes but I couldn't found any :-( Perhaps I've some
tomatos on my eyes ;-)
Some idea?
Greetings
Tol
--
independent internet radio berlin
http://www.recordcaster.de
More information about the opencms-dev
mailing list