程序包 | 说明 |
---|---|
org.opencms.ade.containerpage | |
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.types |
The implementations of the core resource types for the VFS are located here.
|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
org.opencms.search.fields |
These classes control the mapping of the OpenCms content to the Lucene search fields.
|
org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
CmsRemovedElementStatus |
CmsContainerpageService.internalGetRemovedElementStatus(CmsUUID structureId,
CmsUUID containerpageId)
Internal helper method to get the status of a removed element.
|
限定符和类型 | 方法和说明 |
---|---|
protected static boolean |
CmsLinkRewriter.isFolder(CmsResource resource)
Helper method to check whether a given resource is a folder.
|
限定符和类型 | 方法和说明 |
---|---|
static int |
CmsResourceTypeXmlContainerPage.getContainerPageTypeId()
Returns the container-page type id.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsListInfoBean |
CmsVfsService.getPageInfo(CmsObject cms,
CmsResource res)
Gets page information of a resource.
|
static CmsListInfoBean |
CmsVfsService.getPageInfoWithLock(CmsObject cms,
CmsResource resource)
Returns a bean to display the
CmsListItemWidget including the lock state. |
限定符和类型 | 方法和说明 |
---|---|
I_CmsResourceLoader |
CmsResourceManager.getLoader(CmsResource resource)
Returns the loader class instance for a given resource.
|
I_CmsResourceType |
CmsResourceManager.getResourceType(int typeId)
Returns the initialized resource type instance for the given id.
|
I_CmsResourceType |
CmsResourceManager.getResourceType(java.lang.String typeName)
Returns the initialized resource type instance for the given resource type name.
|
void |
CmsJspLoader.removeOfflineJspFromRepository(CmsResource resource)
Removes a JSP from an offline project from the RFS.
|
void |
CmsJspLoader.service(CmsObject cms,
CmsResource resource,
javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res) |
java.lang.String |
CmsJspLoader.updateJsp(CmsResource resource,
CmsFlexController controller,
java.util.Set<java.lang.String> updatedFiles)
Updates a JSP page in the "real" file system in case the VFS resource has changed.
|
protected boolean |
CmsJspLoader.updateStrongLinks(CmsResource resource,
CmsFlexController controller,
java.util.Set<java.lang.String> updatedFiles)
Updates all jsp files that include the given jsp file using the 'link.strong' macro.
|
构造器和说明 |
---|
CmsTemplateLoaderFacade(I_CmsResourceLoader loader,
CmsResource resource,
CmsResource template)
Creates a new template loader facade.
|
限定符和类型 | 方法和说明 |
---|---|
protected I_CmsSearchDocument |
CmsSearchFieldConfiguration.appendType(I_CmsSearchDocument document,
CmsObject cms,
CmsResource resource,
I_CmsExtractionResult extractionResult,
java.util.List<CmsProperty> properties,
java.util.List<CmsProperty> propertiesSearched)
Extends the given document by a field that contains the resource type name.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsXmlGroupContainer |
CmsXmlGroupContainerFactory.unmarshal(CmsObject cms,
CmsResource resource,
javax.servlet.ServletRequest req)
Factory method to unmarshal (read) a group container instance from
a resource, using the request attributes as cache.
|
static CmsXmlContainerPage |
CmsXmlContainerPageFactory.unmarshal(CmsObject cms,
CmsResource resource,
javax.servlet.ServletRequest req)
Factory method to unmarshal (read) a container page instance from
a resource, using the request attributes as cache.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsXmlContent |
CmsXmlContentFactory.unmarshal(CmsObject cms,
CmsResource resource,
javax.servlet.ServletRequest req)
Factory method to unmarshal (read) a XML content instance from
a resource, using the request attributes as cache.
|