Package org.nuxeo.ecm.automation.context
Class ContextServiceImpl
- java.lang.Object
-
- org.nuxeo.ecm.automation.context.ContextServiceImpl
-
- All Implemented Interfaces:
ContextService
public class ContextServiceImpl extends Object implements ContextService
- Since:
- 7.3
-
-
Field Summary
Fields Modifier and Type Field Description protected ContextHelperRegistry
contextHelperRegistry
-
Constructor Summary
Constructors Constructor Description ContextServiceImpl(ContextHelperRegistry contextHelperRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,ContextHelper>
getHelperFunctions()
Get helper functions.
-
-
-
Field Detail
-
contextHelperRegistry
protected final ContextHelperRegistry contextHelperRegistry
-
-
Constructor Detail
-
ContextServiceImpl
public ContextServiceImpl(ContextHelperRegistry contextHelperRegistry)
-
-
Method Detail
-
getHelperFunctions
public Map<String,ContextHelper> getHelperFunctions()
Description copied from interface:ContextService
Get helper functions.- Specified by:
getHelperFunctions
in interfaceContextService
-
-