Class XSLTFunctions


  • @Deprecated
    public class XSLTFunctions
    extends Object
    Deprecated.
    The RenditionService is being replace by the simpler async RenditionService2.
    Since:
    3.3
    Author:
    Brian Remmington
    • Constructor Detail

      • XSLTFunctions

        public XSLTFunctions()
        Deprecated.
    • Method Detail

      • encodeQuotes

        public String encodeQuotes​(String text)
                            throws IOException,
                                   SAXException
        Deprecated.
        Encodes invalid HTML characters. (Fix for ETWOTWO-504 issue) This code was adopted from WebDAVHelper.encodeHTML() method with some restrictions.
        Parameters:
        text - to encode
        Returns:
        encoded text
        Throws:
        IOException
        SAXException
      • setFileService

        public void setFileService​(FileFolderService fileService)
        Deprecated.
        Parameters:
        fileService - the fileService to set
      • setContentService

        public void setContentService​(ContentService contentService)
        Deprecated.
        Parameters:
        contentService - the contentService to set
      • setNodeService

        public void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)
        Deprecated.
        Parameters:
        nodeService - the nodeService to set
      • setNamespaceService

        public void setNamespaceService​(org.alfresco.service.namespace.NamespaceService namespaceService)
        Deprecated.
        Parameters:
        namespaceService - the namespaceService to set
      • setDictionaryService

        public void setDictionaryService​(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
        Deprecated.
        Parameters:
        dictionaryService - the dictionaryService to set