Uses of Class
org.opencms.jsp.CmsJspResourceWrapper
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Utility classes to be used for JSP pages.
-
Uses of CmsJspResourceWrapper in org.opencms.jsp
Modifier and TypeFieldDescriptionCmsJspResourceWrapper.m_incomingRelations
All resources that are sources of incoming relations.CmsJspResourceWrapper.m_outgoingRelations
All resources that are targets of outgoing relations.CmsJspResourceWrapper.m_parentFolders
All parent folder of this resource in the current site as a list.Modifier and TypeMethodDescriptionCmsJspResourceWrapper.getFolder()
Returns the folder of this resource.CmsJspResourceWrapper.getNavigationDefaultFile()
Returns the default resource for this resource.CmsJspResourceWrapper.getParentFolder()
Returns the parent folder of this resource in the current site.CmsJspResourceWrapper.getToResource()
Returns this resource wrapper.static CmsJspResourceWrapper
CmsJspResourceWrapper.wrap
(CmsObject cms, CmsResource res) Factory method to create a newCmsJspResourceWrapper
instance from aCmsResource
.Modifier and TypeMethodDescriptionCmsJspResourceWrapper.getIncomingRelations()
Gets a list of resource wrappers for resources with relations pointing to this resource.CmsJspResourceWrapper.getIncomingRelations
(String typeName) Gets a list of resource wrappers for resources with relations pointing to this resource, for a specific type.CmsJspResourceWrapper.getLocaleResource()
Returns a map of the locale group for the current resource, with locale strings as keys.CmsJspResourceWrapper.getOutgoingRelations()
Gets a list of resources with relations pointing to them from this resources, as resource wrappers.CmsJspResourceWrapper.getOutgoingRelations
(String typeName) Gets a list of resources with relations pointing to them from this resources, as resource wrappers.CmsJspResourceWrapper.getParentFolders()
Returns all parent folder of this resource in the current site as a list. -
Uses of CmsJspResourceWrapper in org.opencms.jsp.util
Modifier and TypeMethodDescriptionstatic CmsJspResourceWrapper
CmsJspElFunctions.convertResource
(CmsObject cms, Object input) Returns a resource wrapper created from the input.CmsJspStandardContextBean.getDetailContent()
Returns the current detail content, ornull
if no detail content is requested.CmsJspStandardContextBean.getDetailFunctionPage()
Returns the detail function page.CmsJspStandardContextBean.getPageResource()
Returns the current container page resource.CmsJspContentAccessBean.getResource()
Returns the (wrapped) content resource for the content accessed by this bean.CmsJspImageBean.getResource()
Returns the JSP access wrapped VFS resource for this image.CmsJspLinkWrapper.getResource()
Gets the resource wrapper for the link target.CmsJspObjectValueWrapper.getToResource()
CmsJspContentAccessBean.getWrap()
Deprecated.CmsJspStandardContextBean.readResource
(String str) Gets the resource wrapper for a given path or id.CmsJspVfsAccessBean.readSubsiteFor
(String path) Reads the sub site folder resource.CmsJspStandardContextBean.toResource
(Object obj) Converts the given object to a resource wrapper and returns it, or returns null if the conversion failsModifier and TypeMethodDescriptionstatic List<CmsJspResourceWrapper>
CmsJspElFunctions.convertResourceList
(CmsObject cms, List<CmsResource> list) Returns a list of resource wrappers created from the input list of resources.CmsJspStandardContextBean.getElementsInContainer()
Returns a lazy initialized map of wrapped element resources by container name.CmsJspStandardContextBean.getElementsInContainers()
Returns a lazy initialized map of wrapped element resources by container name suffix.CmsJspStandardContextBean.getLocaleResource()
Gets a map providing access to the locale variants of the current page.CmsJspVfsAccessBean.getLocaleResource()
Gets a lazy loading map used to access locale variants of a resource with a given path.CmsJspVfsAccessBean.getReadResource()
Returns a map that lazily reads resources from the OpenCms VFS.CmsJspVfsAccessBean.getResource()
Short form forCmsJspVfsAccessBean.getReadResource()
.CmsJspVfsAccessBean.readFilesInFolder
(String resourcePath) Reads the resources in the given folder.CmsJspVfsAccessBean.readFilesInFolder
(String resourcePath, String filterString) Reads the resources in the given folder using the provided filter.
CmsJspContentAccessBean.getResource()
instead