| Package | Description |
|---|---|
| org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
| org.opencms.file.collectors |
Collectors allow to gather lists of OpenCms resources from the OpenCms VFS using specific rules.
|
| org.opencms.file.history |
This package contains the classes to deal with the OpenCms VFS history archive.
|
| 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.search |
Implements the main full text search and indexing functions available in OpenCms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsFile
A file resource in the OpenCms VFS.
|
class |
CmsFolder
A folder resource in the OpenCms VFS.
|
class |
CmsResource
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_DATE_LAST_MODIFIED
A comparator for the date last modified of two resources.
|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_DATE_RELEASED
A comparator for the release date of two resources.
|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_ROOT_PATH
A comparator for the root path of two resources.
|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_ROOT_PATH_IGNORE_CASE
A comparator for the root path of two resources ignoring case differences.
|
static java.util.Comparator<I_CmsResource> |
I_CmsResource.COMPARE_ROOT_PATH_IGNORE_CASE_FOLDERS_FIRST
A comparator for the root path of two resources ignoring case differences, putting folders before files.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmsResource.compareTo(I_CmsResource obj)
Uses the resource root path to compare two resources.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ComparatorInverter.compare(I_CmsResource o1,
I_CmsResource o2) |
| Constructor and Description |
|---|
ComparatorInverter(java.util.Comparator<I_CmsResource> toInvert)
Creates a comparator that will invert the result of the given comparator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
I_CmsHistoryResource
A historical version of a resource in the OpenCms VFS resource history.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsHistoryFile
A historical version of a file in the OpenCms VFS resource history.
|
class |
CmsHistoryFolder
A historical version of a file in the OpenCms VFS resource history.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsJspResourceWrapper
Wrapper subclass of CmsResource with some convenience methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSearchResource
A resource implementation that combines the Solr document together with a OpenCms VFS resource.
|