| Package | Description |
|---|---|
| org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<CmsJspResourceWrapper> |
CmsJspResourceWrapper.m_parentFolders
All parent folder of this resource in the current site as a list.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspResourceWrapper |
CmsJspResourceWrapper.getFolder()
Returns the folder of this resource.
|
CmsJspResourceWrapper |
CmsJspResourceWrapper.getNavigationDefaultFile()
Returns the default resource for this resource.
|
CmsJspResourceWrapper |
CmsJspResourceWrapper.getParentFolder()
Returns the parent folder of this resource in the current site.
|
static CmsJspResourceWrapper |
CmsJspResourceWrapper.wrap(CmsObject cms,
CmsResource res)
Factory method to create a new
CmsJspResourceWrapper instance from a CmsResource. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,CmsJspResourceWrapper> |
CmsJspResourceWrapper.getLocaleResource()
Returns a map of the locale group for the current resource, with locale strings as keys.
|
java.util.List<CmsJspResourceWrapper> |
CmsJspResourceWrapper.getParentFolders()
Returns all parent folder of this resource in the current site as a list.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsJspResourceWrapper |
CmsJspElFunctions.convertResource(CmsObject cms,
java.lang.Object input)
Returns a resource wrapper created from the input.
|
CmsJspResourceWrapper |
CmsJspStandardContextBean.getDetailContent()
Returns the current detail content, or
null if no detail content is requested. |
CmsJspResourceWrapper |
CmsJspStandardContextBean.getDetailFunctionPage()
Returns the detail function page.
|
CmsJspResourceWrapper |
CmsJspStandardContextBean.getPageResource()
Returns the current container page resource.
|
CmsJspResourceWrapper |
CmsJspImageBean.getResource()
Returns the JSP access wrapped VFS resource for this image.
|
CmsJspResourceWrapper |
CmsJspObjectValueWrapper.getToResource() |
CmsJspResourceWrapper |
CmsJspContentAccessBean.getWrap()
Returns the content file as a CmsJspObjectValueWrapper.
|
CmsJspResourceWrapper |
CmsJspVfsAccessBean.readSubsiteFor(java.lang.String path)
Reads the sub site folder resource.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CmsJspResourceWrapper> |
CmsJspElFunctions.convertResourceList(CmsObject cms,
java.util.List<CmsResource> list)
Returns a list of resource wrappers created from the input list of resources.
|
java.util.Map<java.lang.String,java.util.List<CmsJspResourceWrapper>> |
CmsJspStandardContextBean.getElementsInContainer()
Returns a lazy initialized map of wrapped element resources by container name.
|
java.util.Map<java.lang.String,java.util.List<CmsJspResourceWrapper>> |
CmsJspStandardContextBean.getElementsInContainers()
Returns a lazy initialized map of wrapped element resources by container name suffix.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,CmsJspResourceWrapper>> |
CmsJspVfsAccessBean.getLocaleResource()
Gets a lazy loading map used to access locale variants of a resource with a given path.
|
java.util.Map<java.lang.String,CmsJspResourceWrapper> |
CmsJspStandardContextBean.getLocaleResource()
Gets a map providing access to the locale variants of the current page.
|
java.util.Map<java.lang.String,CmsJspResourceWrapper> |
CmsJspVfsAccessBean.getReadResource()
Returns a map that lazily reads resources from the OpenCms VFS.
|
java.util.Map<java.lang.String,CmsJspResourceWrapper> |
CmsJspVfsAccessBean.getResource()
Short form for
CmsJspVfsAccessBean.getReadResource(). |
java.util.List<CmsJspResourceWrapper> |
CmsJspVfsAccessBean.readFilesInFolder(java.lang.String resourcePath)
Reads the resources in the given folder.
|
java.util.List<CmsJspResourceWrapper> |
CmsJspVfsAccessBean.readFilesInFolder(java.lang.String resourcePath,
java.lang.String filterString)
Reads the resources in the given folder using the provided filter.
|