Package com.xwiki.date.script
Class DateScriptService
- java.lang.Object
-
- com.xwiki.date.script.DateScriptService
-
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component @Named("datemacro") @Singleton @Unstable public class DateScriptService extends Object implements org.xwiki.script.service.ScriptServiceScript service for retrieving information about the Date macro.- Since:
- 3.5.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description DateScriptService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateMacroConfigurationgetConfiguration()
-
-
-
Method Detail
-
getConfiguration
public DateMacroConfiguration getConfiguration()
- Returns:
- the configuration of the Date macro.
-
-