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
public class HTMLDiffPlugin extends Plugin
- Since:
- 2015-02-02
- Version:
- $Id$
- Author:
- cngo
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
HTML_DIFFSERVICE_ID
-
Constructor Summary
Constructors Constructor Description HTMLDiffPlugin(IPluginContext context, IPluginConfig config)
Construct plugin and register theDefaultHtmlDiffService
to the context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DiffService
createDiffService()
-
Methods inherited from class org.hippoecm.frontend.plugin.Plugin
getPluginConfig, getPluginContext, start, stop
-
-
-
-
Field Detail
-
HTML_DIFFSERVICE_ID
public static final String HTML_DIFFSERVICE_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HTMLDiffPlugin
public HTMLDiffPlugin(IPluginContext context, IPluginConfig config)
Construct plugin and register theDefaultHtmlDiffService
to the context. The service id is retrieved from plugin configuration parameterDiffService.SERVICE_ID
- Parameters:
context
-config
-
-
-
Method Detail
-
createDiffService
protected DiffService createDiffService()
-
-