Package org.alfresco.repo.template
Class XSLTProcessorMethodInvoker
- java.lang.Object
-
- org.alfresco.repo.template.XSLTProcessorMethodInvoker
-
public class XSLTProcessorMethodInvoker extends java.lang.Object- Author:
- Brian
-
-
Constructor Summary
Constructors Constructor Description XSLTProcessorMethodInvoker()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddMethod(java.lang.String name, TemplateProcessorMethod method)java.lang.ObjectinvokeMethod(java.lang.String id, java.lang.Object[] arguments)static voidremoveMethods(java.util.Collection<java.lang.String> methodNames)
-
-
-
Method Detail
-
addMethod
public static void addMethod(java.lang.String name, TemplateProcessorMethod method)
-
removeMethods
public static void removeMethods(java.util.Collection<java.lang.String> methodNames)
-
invokeMethod
public java.lang.Object invokeMethod(java.lang.String id, java.lang.Object[] arguments) throws java.lang.Exception- Throws:
java.lang.Exception
-
-