Class CoreFunctions
java.lang.Object
org.nuxeo.ecm.automation.core.scripting.CoreFunctions
- All Implemented Interfaces:
 ContextHelper
- Direct Known Subclasses:
 MVELImporterFunction,PlatformFunctions
The functions exposed by the core library. You may want to extend this class to expose more functions under the "Fn"
 context variable for scripting expressions.
- Author:
 - Bogdan Stefanescu
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThis method is similar tocalendar(Calendar)but takes aDateargument.escapeHtml(Object obj)  
- 
Constructor Details
- 
CoreFunctions
public CoreFunctions() 
 - 
 - 
Method Details
- 
date
 - 
calendar
 - 
escapeHtml
 - 
calendar
This method is similar tocalendar(Calendar)but takes aDateargument.- Parameters:
 inputDate- the date to wrap- Returns:
 - a 
DateWrapper - Since:
 - 11.1
 
 
 -