Class TextDiffModel
- java.lang.Object
-
- org.apache.wicket.model.LoadableDetachableModel<String>
-
- org.hippoecm.frontend.plugins.standards.diff.TextDiffModel
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<String>
,org.apache.wicket.util.io.IClusterable
public class TextDiffModel extends org.apache.wicket.model.LoadableDetachableModel<String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextDiffModel(org.apache.wicket.model.IModel<String> original, org.apache.wicket.model.IModel<String> current)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
detach()
protected String
load()
-
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
getObject, isAttached, of, onAttach, onDetach, setObject, toString
-
-