Interface DiffService
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
DefaultHtmlDiffService
public interface DiffService extends org.apache.wicket.util.io.IClusterable
- Since:
- 2015-02-02
- Version:
- $Id$
- Author:
- cngo
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
diff(String originalValue, String currentValue)
-
-
-
Field Detail
-
SERVICE_ID
static final String SERVICE_ID
- See Also:
- Constant Field Values
-
-