jd.xml.xslt.extension.jd
Class JdFunctions
java.lang.Object
jd.xml.xslt.extension.jd.JdFunctions
- public class JdFunctions
- extends Object
My own extension functions.
They are made available by an JavaExtensionHandler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdFunctions
public JdFunctions()
getLastError
public static String getLastError(XsltContext context)
- Return the last error caught by an jd:catch template.
- See Also:
TryCatchTemplate