[opencms-dev] Methods for "getFilename" and "lastmodified" ???
Alexander Kandzior
alex at opencms.org
Tue May 27 15:49:01 CEST 2003
Birgit,
use the method
com.opencms.flex.jsp.CmsJspActionElement.info("opencms.request.uri");
_or_
form the OpenCms JSP taglib use the tag
<cms:info property="opencms.request.uri" />
_or_
use the method
com.opencms.flex.jsp.CmsJspActionElement.getRequestContext().getUri()
_or_
on any instance of a CmsObject use the method
com.opencms.file.CmsObject.getRequestContext().getUri()
The result will always return the name of the HTML file currently
requested by the user.
Best Regards,
Alex.
Alexander Kandzior
Alkacon Software - The OpenCms Experts
http://www.alkacon.com
> -----Original Message-----
> From: opencms-dev-admin at opencms.org
> [mailto:opencms-dev-admin at opencms.org] On Behalf Of Birgit Hämmerling
> Sent: Tuesday, May 27, 2003 3:29 PM
> To: opencms-dev at opencms.org
> Subject: [opencms-dev] Methods for "getFilename" and
> "lastmodified" ???
>
>
> Hi !
>
> Im searching for a possibility to get the filename of the
> current html file. Something like the method getTitle() for
> the title of the current html file. Does anybody know a way
> to get this ???
>
> And Id like to know how I can get the date of the last
> change of the current html file (e.g. last modified date).
>
> Any help would be appreciated !!
>
> Greetings,
> Birgit
>
> --
> +++ GMX - Mail, Messaging & more http://www.gmx.net +++
> Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list,
> please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>
More information about the opencms-dev
mailing list