Class HTMLDiffPlugin
java.lang.Object
org.hippoecm.frontend.plugin.Plugin
org.hippoecm.frontend.plugins.standards.diff.HTMLDiffPlugin
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IPlugin
- Since:
- 2015-02-02
- Version:
- $Id$
- Author:
- cngo
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHTMLDiffPlugin
(IPluginContext context, IPluginConfig config) Construct plugin and register theDefaultHtmlDiffService
to the context. -
Method Summary
Methods inherited from class org.hippoecm.frontend.plugin.Plugin
getPluginConfig, getPluginContext, start, stop
-
Field Details
-
HTML_DIFFSERVICE_ID
- See Also:
-
-
Constructor Details
-
HTMLDiffPlugin
Construct plugin and register theDefaultHtmlDiffService
to the context. The service id is retrieved from plugin configuration parameterDiffService.SERVICE_ID
- Parameters:
context
-config
-
-
-
Method Details
-
createDiffService
-