| Package | Description |
|---|---|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspContentAttachmentsBean |
CmsJspContentAccessBean.getAttachments()
Gets an attachment bean, trying to automatically find the right locale for the current page.
|
static CmsJspContentAttachmentsBean |
CmsJspContentAttachmentsBean.getAttachmentsForCurrentPage(CmsObject cms,
CmsResource content)
Gets the attachments / detail-only contents for the current page (i.e. cms.getRequestContext().getUri()).
|
static CmsJspContentAttachmentsBean |
CmsJspContentAttachmentsBean.getAttachmentsForLocale(CmsObject cms,
CmsResource content,
java.lang.String locale)
Loads the attachments for a given content.
|