com.xpn.xwiki.objects
Class LargeStringProperty
java.lang.Object
com.xpn.xwiki.objects.BaseElement<R>
com.xpn.xwiki.objects.BaseProperty
com.xpn.xwiki.objects.BaseStringProperty
com.xpn.xwiki.objects.LargeStringProperty
- All Implemented Interfaces:
- ElementInterface, PropertyInterface, Serializable, Cloneable
public class LargeStringProperty
- extends BaseStringProperty
- See Also:
- Serialized Form
Methods inherited from class com.xpn.xwiki.objects.BaseProperty |
apply, createReference, getClassType, getCustomMappingValue, getId, getObject, hashCode, isValueDirty, merge, setClassType, setId, setObject, setOwnerDocument, setValueDirty, setValueDirty, toFormString, toString, toXML, toXMLString |
LargeStringProperty
public LargeStringProperty()
mergeValue
protected void mergeValue(Object previousValue,
Object newValue,
MergeResult mergeResult)
- Description copied from class:
BaseProperty
- Try to apply 3 ways merge on property value.
- Overrides:
mergeValue
in class BaseStringProperty
- Parameters:
previousValue
- the previous version of the valuenewValue
- the new version of the valuemergeResult
- merge report
Copyright © 2004–2014 XWiki. All rights reserved.