| Package | Description |
|---|---|
| org.opencms.acacia.shared.rpc |
Contains the acacia editor RPC service interfaces.
|
| org.opencms.ade.contenteditor |
Contains server side classes for the XML content editor.
|
| org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
| 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.search.solr |
The package contains the Solr search integration.
|
| org.opencms.staticexport |
Contains the functionality for the static HTML page export.
|
| org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
| org.opencms.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPair<java.lang.Boolean,java.lang.String> |
I_CmsSerialDateService.getStatus(java.lang.String config)
Get information on the series specified by the current value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CmsPair<java.util.Date,java.lang.Boolean>> |
I_CmsSerialDateService.getDates(java.lang.String config)
Get the dates of the specified series
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsSerialDateServiceAsync.getDates(java.lang.String config,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.Collection<CmsPair<java.util.Date,java.lang.Boolean>>> callback)
Get the dates of the specified series.
|
void |
I_CmsSerialDateServiceAsync.getStatus(java.lang.String config,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPair<java.lang.Boolean,java.lang.String>> callback)
Get information on the series specified by the current value.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPair<java.lang.Boolean,java.lang.String> |
CmsSerialDateService.getStatus(java.lang.String config) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CmsPair<java.util.Date,java.lang.Boolean>> |
CmsSerialDateService.getDates(java.lang.String config) |
| Modifier and Type | Method and Description |
|---|---|
protected CmsPair<java.lang.String,java.util.List<java.lang.Object>> |
CmsUserDriver.createUserQuery(CmsUserSearchParameters searchParams,
boolean countOnly)
Creates a query for searching users.
|
CmsPair<java.lang.String,java.util.List<java.lang.Object>> |
CmsUserQueryBuilder.createUserQuery(CmsUserSearchParameters searchParams,
boolean countOnly)
Creates a query for searching users.
|
protected CmsPair<java.lang.String,java.util.List<java.lang.Object>> |
CmsUserQueryBuilder.makePaged(CmsSelectQuery select,
CmsUserSearchParameters params)
Creates a query which uses paging from another query.
|
protected CmsPair<java.lang.String,java.util.List<I_CmsPreparedStatementParameter>> |
CmsProjectDriver.prepareLogConditions(CmsLogFilter filter)
Build the whole WHERE SQL statement part for the given log entry filter.
|
static CmsPair<java.lang.String,java.util.List<I_CmsPreparedStatementParameter>> |
CmsVfsDriver.prepareUrlNameMappingConditions(CmsUrlNameMappingFilter filter)
This method prepares the SQL conditions for mapping entries for a given URL name mapping filter.
|
protected CmsPair<java.lang.String,java.util.List<I_CmsPreparedStatementParameter>> |
CmsSubscriptionDriver.prepareVisitConditions(CmsVisitEntryFilter filter)
Build the whole WHERE SQL statement part for the given visit entry filter.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsPair<java.lang.String,java.lang.String> |
CmsLinkRewriter.decode(CmsFile file)
Decodes a file's contents and return the content string and the encoding to use for writing the file
back to the VFS.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CmsPair<CmsResource,CmsResource>> |
CmsLinkRewriter.getMatchingResources(java.lang.String source,
java.lang.String target)
Gets a list of resource pairs whose paths relative to the source/target roots passed match.
|
| Constructor and Description |
|---|
CmsLinkRewriter(CmsObject cms,
java.lang.String targetPath,
java.util.List<CmsPair<java.lang.String,java.lang.String>> sourceTargetPairs)
Creates a new link rewriter for a list of sources and corresponding targets.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsPair<java.lang.String,java.lang.String> |
I_CmsCollectorPostCreateHandler.splitClassAndConfig(java.lang.String handlerConfig)
Splits the string that configures the handler into the handler class and the configuration part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSolrQuery.setDateRanges(java.util.Map<java.lang.String,CmsPair<java.util.Date,java.util.Date>> dateRanges)
Sets date ranges.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsPair<java.lang.String,java.lang.String> |
CmsLocalePrefixLinkSubstitutionHandler.addVfsPrefix(CmsObject cms,
java.lang.String vfsName,
CmsSite targetSite,
java.lang.String parameters) |
protected CmsPair<java.lang.String,java.lang.String> |
CmsDefaultLinkSubstitutionHandler.addVfsPrefix(CmsObject cms,
java.lang.String vfsName,
CmsSite targetSite,
java.lang.String parameters)
Adds the VFS prefix to the VFS name and potentially adjusts request parameters
This method is required as a hook used in
CmsLocalePrefixLinkSubstitutionHandler. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> CmsPair<A,B> |
CmsPair.create(A a,
B b)
Helper method for constructing a pair which avoids having to explicitly write the generic type parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static <A extends java.lang.Comparable<A>,B extends java.lang.Comparable<B>> |
CmsPair.getLexicalComparator()
Utility method which creates a new comparator for lexically ordering pairs.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
CmsPair.pairsToMap(java.util.List<CmsPair<java.lang.String,java.lang.String>> pairs)
Helper method for converting a list of string pairs to a string map.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsPair<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
CmsHtmlWidgetOption.parseEmbeddedGalleryOptions(java.lang.String configuration)
Parses and removes embedded gallery configuration strings.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsPair<java.lang.String,java.lang.String> |
CmsDynamicFunctionParser.parseParameter(CmsObject cms,
I_CmsXmlContentValueLocation valueLocation)
Parses a request parameter for the JSP from the XML content.
|