Class XSLTFunctions
java.lang.Object
org.alfresco.repo.rendition.executer.XSLTFunctions
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
- Since:
- 3.3
- Author:
- Brian Remmington
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencodeQuotes(String text) Deprecated.Encodes invalid HTML characters.parseXMLDocument(NodeRef root, String repoPath) Deprecated.parseXMLDocuments(String typeName, NodeRef rootNode, String repoPath) Deprecated.voidsetContentService(ContentService contentService) Deprecated.voidsetDictionaryService(DictionaryService dictionaryService) Deprecated.voidsetFileService(FileFolderService fileService) Deprecated.voidsetNamespaceService(NamespaceService namespaceService) Deprecated.voidsetNodeService(NodeService nodeService) Deprecated.
-
Constructor Details
-
XSLTFunctions
public XSLTFunctions()Deprecated.
-
-
Method Details
-
parseXMLDocument
public Document parseXMLDocument(NodeRef root, String repoPath) throws IOException, SAXException, FileNotFoundException Deprecated. -
parseXMLDocuments
public Map<String,Document> parseXMLDocuments(String typeName, NodeRef rootNode, String repoPath) throws IOException, SAXException Deprecated.- Throws:
IOExceptionSAXException
-
encodeQuotes
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:
IOExceptionSAXException
-
setFileService
Deprecated.- Parameters:
fileService- the fileService to set
-
setContentService
Deprecated.- Parameters:
contentService- the contentService to set
-
setNodeService
Deprecated.- Parameters:
nodeService- the nodeService to set
-
setNamespaceService
Deprecated.- Parameters:
namespaceService- the namespaceService to set
-
setDictionaryService
Deprecated.- Parameters:
dictionaryService- the dictionaryService to set
-