The plugin object
The plugin object is used to access the currently loaded plugins.
-
[plugin name]
Returns the plugin object with the specified name.
[plugin name]
Returns the plugin object with the specified name. Plugin objects are documented separately for each plugin. Only the currently loaded plugins will be available and a null value will be returned for any plugin name that is not loaded.
Syntax:
[property name] → plugin object
Returns:
The plugin object, or null if not found.
Example:
The following code calls the HTTP plugin get method:
${liquidsite.plugin.http.get("http://www.liquidsite.org/")}
