Class XSLTFunctions


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

      Constructors 
      Constructor Description
      XSLTFunctions()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String encodeQuotes​(java.lang.String text)
      Deprecated.
      Encodes invalid HTML characters.
      org.w3c.dom.Document parseXMLDocument​(org.alfresco.service.cmr.repository.NodeRef root, java.lang.String repoPath)
      Deprecated.
       
      java.util.Map<java.lang.String,​org.w3c.dom.Document> parseXMLDocuments​(java.lang.String typeName, org.alfresco.service.cmr.repository.NodeRef rootNode, java.lang.String repoPath)
      Deprecated.
       
      void setContentService​(ContentService contentService)
      Deprecated.
       
      void setDictionaryService​(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
      Deprecated.
       
      void setFileService​(FileFolderService fileService)
      Deprecated.
       
      void setNamespaceService​(org.alfresco.service.namespace.NamespaceService namespaceService)
      Deprecated.
       
      void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XSLTFunctions

        public XSLTFunctions()
        Deprecated.
    • Method Detail

      • parseXMLDocument

        public org.w3c.dom.Document parseXMLDocument​(org.alfresco.service.cmr.repository.NodeRef root,
                                                     java.lang.String repoPath)
                                              throws java.io.IOException,
                                                     org.xml.sax.SAXException,
                                                     FileNotFoundException
        Deprecated.
        Throws:
        java.io.IOException
        org.xml.sax.SAXException
        FileNotFoundException
      • parseXMLDocuments

        public java.util.Map<java.lang.String,​org.w3c.dom.Document> parseXMLDocuments​(java.lang.String typeName,
                                                                                            org.alfresco.service.cmr.repository.NodeRef rootNode,
                                                                                            java.lang.String repoPath)
                                                                                     throws java.io.IOException,
                                                                                            org.xml.sax.SAXException
        Deprecated.
        Throws:
        java.io.IOException
        org.xml.sax.SAXException
      • encodeQuotes

        public java.lang.String encodeQuotes​(java.lang.String text)
                                      throws java.io.IOException,
                                             org.xml.sax.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:
        java.io.IOException
        org.xml.sax.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