Uses of Class
org.opencms.util.CmsResourceTranslator
Package
Description
Reads and writes the XML based OpenCms configuration files.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
Low-level functions to manage the loading of resources from the OpenCms VFS.
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
Utility functions for String manipulation and other often used tasks.
-
Uses of CmsResourceTranslator in org.opencms.cmis
Modifier and TypeMethodDescriptionvoid
CmsCmisRepository.setTranslation
(CmsResourceTranslator translator, boolean enabled) -
Uses of CmsResourceTranslator in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsVfsConfiguration.getFileTranslator()
Returns the file resource translator that has been initialized with the configured file translation rules.CmsVfsConfiguration.getFolderTranslator()
Returns the folder resource translator that has been initialized with the configured folder translation rules.CmsVfsConfiguration.getXsdTranslator()
Returns the XSD translator that has been initialized with the configured XSD translation rules. -
Uses of CmsResourceTranslator in org.opencms.file
Modifier and TypeMethodDescriptionCmsRequestContext.getDirectoryTranslator()
Returns the directory name translator this context was initialized with.CmsRequestContext.getFileTranslator()
Returns the file name translator this context was initialized with.ModifierConstructorDescriptionCmsRequestContext
(CmsUser user, CmsProject project, String requestedUri, CmsSiteMatcher requestMatcher, String siteRoot, boolean isSecureRequest, Locale locale, String encoding, String remoteAddr, long requestTime, CmsResourceTranslator directoryTranslator, CmsResourceTranslator fileTranslator, String ouFqn, boolean forceAbsoluteLinks) Constructs a new request context. -
Uses of CmsResourceTranslator in org.opencms.jlan
Modifier and TypeMethodDescriptionvoid
CmsJlanRepository.setTranslation
(CmsResourceTranslator translator, boolean enabled) -
Uses of CmsResourceTranslator in org.opencms.loader
Modifier and TypeMethodDescriptionCmsResourceManager.getFileTranslator()
Returns the file translator.CmsResourceManager.getFolderTranslator()
Returns the folder translator.CmsResourceManager.getXsdTranslator()
Returns the XSD translator.Modifier and TypeMethodDescriptionvoid
CmsResourceManager.setTranslators
(CmsResourceTranslator folderTranslator, CmsResourceTranslator fileTranslator, CmsResourceTranslator xsdTranslator) Sets the folder, the file and the XSD translator. -
Uses of CmsResourceTranslator in org.opencms.repository
Modifier and TypeMethodDescriptionA_CmsRepository.getTranslation()
I_CmsRepository.getTranslation()
Gets the repository-specific file translations.Modifier and TypeMethodDescriptionvoid
A_CmsRepository.setTranslation
(CmsResourceTranslator translator, boolean enabled) void
I_CmsRepository.setTranslation
(CmsResourceTranslator translator, boolean enabled) Sets the repository-specific file translationsModifierConstructorDescriptionCmsRepositorySession
(CmsObjectWrapper cms, CmsRepositoryFilter filter, CmsResourceTranslator translation) Constructor with an initializedCmsObjectWrapper
and aCmsRepositoryFilter
to use. -
Uses of CmsResourceTranslator in org.opencms.util
Modifier and TypeMethodDescriptionstatic String
CmsStringUtil.translatePathComponents
(CmsResourceTranslator translator, String path) Translates all consecutive sequences of non-slash characters in a path using the given resource translator.