public class HtmlDiffModel extends org.apache.wicket.model.LoadableDetachableModel<String>
Modifier and Type | Class and Description |
---|---|
static class |
HtmlDiffModel.ValidHtmlModel
This model ensures the value is surrounded with ..value..
This is required by the DiffHelper.diffHtml method.
|
Constructor and Description |
---|
HtmlDiffModel(org.apache.wicket.model.IModel<String> original,
org.apache.wicket.model.IModel<String> current) |
protected String load()
load
in class org.apache.wicket.model.LoadableDetachableModel<String>
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
detach
in class org.apache.wicket.model.LoadableDetachableModel<String>
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.