Uses of Class
org.opencms.util.CmsResourceTranslator
Packages that use 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
Methods in org.opencms.cmis that return CmsResourceTranslatorMethods in org.opencms.cmis with parameters of type CmsResourceTranslatorModifier and TypeMethodDescriptionvoid
CmsCmisRepository.setTranslation
(CmsResourceTranslator translator, boolean enabled) -
Uses of CmsResourceTranslator in org.opencms.configuration
Methods in org.opencms.configuration that return CmsResourceTranslatorModifier 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
Methods in org.opencms.file that return CmsResourceTranslatorModifier 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.Constructors in org.opencms.file with parameters of type CmsResourceTranslatorModifierConstructorDescriptionCmsRequestContext
(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
Methods in org.opencms.jlan that return CmsResourceTranslatorMethods in org.opencms.jlan with parameters of type CmsResourceTranslatorModifier and TypeMethodDescriptionvoid
CmsJlanRepository.setTranslation
(CmsResourceTranslator translator, boolean enabled) -
Uses of CmsResourceTranslator in org.opencms.loader
Methods in org.opencms.loader that return CmsResourceTranslatorModifier and TypeMethodDescriptionCmsResourceManager.getFileTranslator()
Returns the file translator.CmsResourceManager.getFolderTranslator()
Returns the folder translator.CmsResourceManager.getXsdTranslator()
Returns the XSD translator.Methods in org.opencms.loader with parameters of type CmsResourceTranslatorModifier 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
Methods in org.opencms.repository that return CmsResourceTranslatorModifier and TypeMethodDescriptionA_CmsRepository.getTranslation()
I_CmsRepository.getTranslation()
Gets the repository-specific file translations.Methods in org.opencms.repository with parameters of type CmsResourceTranslatorModifier and TypeMethodDescriptionvoid
A_CmsRepository.setTranslation
(CmsResourceTranslator translator, boolean enabled) void
I_CmsRepository.setTranslation
(CmsResourceTranslator translator, boolean enabled) Sets the repository-specific file translationsConstructors in org.opencms.repository with parameters of type CmsResourceTranslatorModifierConstructorDescriptionCmsRepositorySession
(CmsObjectWrapper cms, CmsRepositoryFilter filter, CmsResourceTranslator translation) Constructor with an initializedCmsObjectWrapper
and aCmsRepositoryFilter
to use. -
Uses of CmsResourceTranslator in org.opencms.util
Methods in org.opencms.util with parameters of type CmsResourceTranslatorModifier 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.